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: do not falsely emit 'aborted' on push #22878

Closed

Commits on Sep 15, 2018

  1. http2: do not falsely emit 'aborted' on push

    A push stream should have its writable side closed upon receipt,
    to avoid emitting the 'aborted' event when the readable side
    is closed.
    apapirovski committed Sep 15, 2018
    Copy the full SHA
    a1c95a4 View commit details
    Browse the repository at this point in the history