Commit 5ce8ae79 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Disable spdy/3 and spdy/2 by default

parent d98e9a63
...@@ -673,7 +673,7 @@ bool conf_exists(const char *path) ...@@ -673,7 +673,7 @@ bool conf_exists(const char *path)
namespace { namespace {
const char *DEFAULT_NPN_LIST = NGHTTP2_PROTO_VERSION_ID "," const char *DEFAULT_NPN_LIST = NGHTTP2_PROTO_VERSION_ID ","
#ifdef HAVE_SPDYLAY #ifdef HAVE_SPDYLAY
"spdy/3.1,spdy/3,spdy/2," "spdy/3.1,"
#endif // HAVE_SPDYLAY #endif // HAVE_SPDYLAY
"http/1.1"; "http/1.1";
} // namespace } // namespace
......
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