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 start reading after write if new write is on wire #29399

Closed
wants to merge 1 commit into from

Commits on Sep 1, 2019

  1. http2: do not start reading after write if new write is on wire

    Don’t start reading more input data if we’re still busy writing output.
    This was overlooked in 8a4a193.
    
    Fixes: nodejs#29353
    Fixes: nodejs#29393
    addaleax committed Sep 1, 2019
    Copy the full SHA
    5b2c7f7 View commit details
    Browse the repository at this point in the history