diff --git a/src/shrpx_ssl.cc b/src/shrpx_ssl.cc index a4c16edf..c57d4f6e 100644 --- a/src/shrpx_ssl.cc +++ b/src/shrpx_ssl.cc @@ -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;