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\008spdy/2.1". */ |
wtc
2012/01/26 00:13:26
Since this comment is just an example, it is not n
ramant (doing other things)
2012/01/26 18:58:48
Fixed the error in the comment. It should have bee
|
SSL_IMPORT SECStatus SSL_SetNextProtoNego(PRFileDesc *fd, |
const unsigned char *data, |
unsigned int length); |