Chromium Code Reviews| Index: net/third_party/nss/ssl/ssl.h |
| =================================================================== |
| --- net/third_party/nss/ssl/ssl.h (revision 119096) |
| +++ 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". */ |
|
wtc
2012/01/26 22:03:25
BUG: please undo this change. \0dd is in octal no
ramant (doing other things)
2012/01/26 22:39:21
Done.
|
| SSL_IMPORT SECStatus SSL_SetNextProtoNego(PRFileDesc *fd, |
| const unsigned char *data, |
| unsigned int length); |