From 3294d1bf62d43071f84ed8eff2c2676ade0d3b64 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 22 May 2018 12:10:53 +0200 Subject: src: remove --expose-http2 option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes the --expose-http2 option. In the code comment it states that this should should be noop through v9.x, and it sounds like it can be removed for 10.x and above. PR-URL: https://github.com/nodejs/node/pull/20887 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell --- test/parallel/test-http2-https-fallback-http-server-options.js | 1 - 1 file changed, 1 deletion(-) (limited to 'test/parallel/test-http2-https-fallback-http-server-options.js') diff --git a/test/parallel/test-http2-https-fallback-http-server-options.js b/test/parallel/test-http2-https-fallback-http-server-options.js index 20e2b122a2..8143f56d49 100644 --- a/test/parallel/test-http2-https-fallback-http-server-options.js +++ b/test/parallel/test-http2-https-fallback-http-server-options.js @@ -1,4 +1,3 @@ -// Flags: --expose-http2 'use strict'; const common = require('../common'); -- cgit v1.2.1