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: propagate session destroy code to streams #28435

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Commits on Jun 28, 2019

  1. http2: propagate session destroy code to streams

    Currently, when an HTTP2 session is destroyed with a code, that
    code is not propagated to the destroy() call of the session's
    streams. This commit forwards any code used to destroy a session
    to its corresponding streams.
    
    PR-URL: nodejs#28435
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    cjihrig committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    f963204 View commit details
    Browse the repository at this point in the history