Fix typo SPDY/3
This commit is contained in:
parent
aa07076f29
commit
077275e783
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue