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

http2: general code cleanups #19400

Closed
wants to merge 4 commits into from
Closed

Commits on Mar 16, 2018

  1. http2: don't aggressively inline

    Most of the inlines were leftovers from a much older design
    iteration and are largely pointless or counter productive.
    jasnell committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    0a9e69f View commit details
    Browse the repository at this point in the history
  2. http2: clean up Http2Settings

    Use of a MaybeStackBuffer was just silly. Fix a long standing todo
    Reduce code duplication a bit.
    jasnell committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    1382a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1684a6 View commit details
    Browse the repository at this point in the history
  4. [Squash] nit[Squash] nit

    jasnell committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    ad80ce9 View commit details
    Browse the repository at this point in the history