Fix typo SPDY/3

This commit is contained in:
Tatsuhiro Tsujikawa 2012-11-19 02:10:58 +09:00
parent aa07076f29
commit 077275e783
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ int select_next_proto_cb(SSL* ssl,
void *arg)
{
if(spdylay_select_next_protocol(out, outlen, in, inlen) <= 0) {
*out = (unsigned char*)"SPDY/3";
*out = (unsigned char*)"spdy/3";
*outlen = 6;
}
return SSL_TLSEXT_ERR_OK;