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: reinject data received before http2 is attached #35678

Closed
wants to merge 2 commits into from

Commits on Oct 16, 2020

  1. http2: reinject data received before http2 is attached

    Reinject the data already received from the TLS
    socket when the HTTP2 client is attached with a
    delay
    
    Fixes: nodejs#35475
    mmomtchev committed Oct 16, 2020
    Copy the full SHA
    e2374d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. http2: fix reinjection check

    We reinject when the sockets has already waiting
    data, remarked by @mildsunrise
    
    Co-authored-by: Alba Mendez <me@alba.sh>
    mmomtchev and mildsunrise committed Oct 18, 2020
    Copy the full SHA
    e36b31c View commit details
    Browse the repository at this point in the history