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>
This commit is contained in:
James M Snell 2017-09-21 10:07:56 -07:00 committed by Ruben Bridgewater
parent e416b3ee36
commit f55ee6e24a
No known key found for this signature in database
GPG key ID: F07496B3EB3C1762
142 changed files with 12 additions and 174 deletions

View file

@ -1,4 +1,3 @@
// Flags: --expose-http2
'use strict';
const common = require('../common');