diff options
Diffstat (limited to 'lib/https.js')
| -rw-r--r-- | lib/https.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/https.js b/lib/https.js index b9e2d56492..4cca2fb9ee 100644 --- a/lib/https.js +++ b/lib/https.js @@ -49,10 +49,6 @@ function Server(opts, requestListener) { } opts = util._extend({}, opts); - if (process.features.tls_npn && !opts.NPNProtocols) { - opts.NPNProtocols = ['http/1.1', 'http/1.0']; - } - if (process.features.tls_alpn && !opts.ALPNProtocols) { // http/1.0 is not defined as Protocol IDs in IANA // http://www.iana.org/assignments/tls-extensiontype-values |
