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

src: multiple http2 refactorings #32551

Closed
wants to merge 3 commits into from

Commits on Mar 29, 2020

  1. src: use smart pointers for nghttp2 objects

    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    9c59d2d View commit details
    Browse the repository at this point in the history
  2. src: rename http2 class and suppress compile warnings

    Suppress compile warnings on Windows, rename class for
    consistent styling.
    
    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    876ae57 View commit details
    Browse the repository at this point in the history
  3. src: minor http2 refactorings

    * Simplify Http2Priority struct
    * BooleanValue => IsTrue/IsFalse
    
    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    9db4418 View commit details
    Browse the repository at this point in the history