nghttpx: Remove TLSv1.0 from default TLS proto list

This commit is contained in:
Tatsuhiro Tsujikawa 2014-06-19 23:21:53 +09:00
parent 266a15ccd3
commit 133c3d66be
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ const char *DEFAULT_NPN_LIST = NGHTTP2_PROTO_VERSION_ID ","
} // namespace
namespace {
const char *DEFAULT_TLS_PROTO_LIST = "TLSv1.2,TLSv1.1,TLSv1.0";
const char *DEFAULT_TLS_PROTO_LIST = "TLSv1.2,TLSv1.1";
} // namespace
namespace {