1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-12-21 23:28:52 -05:00

Fix typo SPDY/3

This commit is contained in:
Tatsuhiro Tsujikawa 2012-11-19 02:10:58 +09:00
parent aa07076f29
commit 077275e783

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;