summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-respond-file-204.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-09-21 10:07:56 -0700
committerRuben Bridgewater <ruben@bridgewater.de>2017-09-28 02:01:06 -0300
commitf55ee6e24a4073be42957bd9dbeb8b2591544143 (patch)
tree650858f37de18db1016d65bcf35949ba534aa60b /test/parallel/test-http2-respond-file-204.js
parente416b3ee3699d5479cf5f23b5232b4e5c018ba7d (diff)
downloadandroid-node-v8-f55ee6e24a4073be42957bd9dbeb8b2591544143.tar.gz
android-node-v8-f55ee6e24a4073be42957bd9dbeb8b2591544143.tar.bz2
android-node-v8-f55ee6e24a4073be42957bd9dbeb8b2591544143.zip
http2: make --expose-http2 flag a non-op
Make the `http2` module always available. The `--expose-http2` cli flag is made a non-op PR-URL: https://github.com/nodejs/node/pull/15535 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'test/parallel/test-http2-respond-file-204.js')
-rw-r--r--test/parallel/test-http2-respond-file-204.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-http2-respond-file-204.js b/test/parallel/test-http2-respond-file-204.js
index 2a531df464..13818d0243 100644
--- a/test/parallel/test-http2-respond-file-204.js
+++ b/test/parallel/test-http2-respond-file-204.js
@@ -1,4 +1,3 @@
-// Flags: --expose-http2
'use strict';
const common = require('../common');