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,http2: introduce node_http_common #32069

Closed
wants to merge 3 commits into from
Closed

Commits on Mar 3, 2020

  1. src,http2: introduce node_http_common

    The nghttp2 and nghttp3 (used in the QUIC implementation) share nearly
    identical structs for header handling. However, they differ enough that
    they need to be handled slightly different in each case. This PR
    includes some elements introduced in the QUIC PR separated out to
    make them independently reviewable, and updates the http2 implementation
    to use the shared utilities.
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    7d95001 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. [Squash] nits

    Co-Authored-By: Anna Henningsen <github@addaleax.net>
    jasnell and addaleax authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    d69f2b4 View commit details
    Browse the repository at this point in the history
  2. fixup! [Squash] nits

    jasnell committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e6bc482 View commit details
    Browse the repository at this point in the history