Index: net/tools/flip_server/spdy_ssl.cc |
=================================================================== |
--- net/tools/flip_server/spdy_ssl.cc (revision 118987) |
+++ net/tools/flip_server/spdy_ssl.cc (working copy) |
@@ -10,7 +10,7 @@ |
namespace net { |
-#define NEXT_PROTO_STRING "\x06spdy/2\x08http/1.1\x08http/1.0" |
+#define NEXT_PROTO_STRING "\x06spdy/2\x08spdy/2.1\x08http/1.1\x08http/1.0" |
#define SSL_CIPHER_LIST "!aNULL:!ADH:!eNull:!LOW:!EXP:RC4+RSA:MEDIUM:HIGH" |
int ssl_set_npn_callback(SSL *s, |