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: skip creating native ShutdownWrap #31283

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2020

  1. http2: skip creating native ShutdownWrap

    `ShutdownWrap` instances are being used to carry context between the
    start and the asynchronous end of shutting down the writable side of
    a `StreamBase`. HTTP/2 streams always perform this action
    synchronously, so no such object is necessary.
    addaleax committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    d962f00 View commit details
    Browse the repository at this point in the history