Commit 077275e7 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix typo SPDY/3

parent aa07076f
...@@ -150,7 +150,7 @@ int select_next_proto_cb(SSL* ssl, ...@@ -150,7 +150,7 @@ int select_next_proto_cb(SSL* ssl,
void *arg) void *arg)
{ {
if(spdylay_select_next_protocol(out, outlen, in, inlen) <= 0) { if(spdylay_select_next_protocol(out, outlen, in, inlen) <= 0) {
*out = (unsigned char*)"SPDY/3"; *out = (unsigned char*)"spdy/3";
*outlen = 6; *outlen = 6;
} }
return SSL_TLSEXT_ERR_OK; return SSL_TLSEXT_ERR_OK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment