Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] http2: expose http2 by default, add NODE_NO_HTTP2 #15685

Closed
wants to merge 2 commits into from

Commits on Oct 18, 2017

  1. http2: expose http2 by default, add NODE_NO_HTTP2

    Make `--expose-http2` a non-op,
    Expose http2 by default.
    Add `NODE_NO_HTTP2=1` to suppress http2
    jasnell committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    307ea52 View commit details
    Browse the repository at this point in the history
  2. http2: remove --expose-http2 flag from tests, etc

    Remove the --expose-http2 flag from tests and benchmarks
    jasnell committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    9ccf0af View commit details
    Browse the repository at this point in the history