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: use original error for cancelling pending streams #18988

Closed

Commits on Feb 25, 2018

  1. http2: use original error for cancelling pending streams

    Previously, if `session.destroy()` was called with an error object,
    the information contained in it would be discarded and a generic
    `ERR_HTTP2_STREAM_CANCEL` would be used for all pending streams.
    
    Instead, make the information from the original error object
    available.
    addaleax committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    97cb4a7 View commit details
    Browse the repository at this point in the history