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

[v8.x] tls,http2: handle writes after SSL destroy more gracefully #22924

Closed
wants to merge 1 commit into from

Commits on Sep 18, 2018

  1. tls,http2: handle writes after SSL destroy more gracefully

    This might otherwise result in a hard crash when trying
    to write to a socket after a sudden disconnect.
    
    Note that the test here uses an aborted `h2load` run to create
    the failing requests; That’s far from ideal, but it provides
    a reasonably reliably reproduction at this point.
    
    PR-URL: nodejs#18987
    Fixes: nodejs#18973
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    addaleax committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    44da69f View commit details
    Browse the repository at this point in the history