| Index: net/third_party/nss/ssl/ssl.h
|
| ===================================================================
|
| --- net/third_party/nss/ssl/ssl.h (revision 118987)
|
| +++ net/third_party/nss/ssl/ssl.h (working copy)
|
| @@ -186,7 +186,7 @@
|
| * selects the first supported protocol.
|
| *
|
| * The supported protocols are specified in |data| in wire-format (8-bit
|
| - * length-prefixed). For example: "\010http/1.1\006spdy/2". */
|
| + * length-prefixed). For example: "\008http/1.1\006spdy/2\008spdy/2.1". */
|
| SSL_IMPORT SECStatus SSL_SetNextProtoNego(PRFileDesc *fd,
|
| const unsigned char *data,
|
| unsigned int length);
|
|
|