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: fix missing 'timeout' event emit in request and response #20918

Commits on May 23, 2018

  1. http2: fix missing 'timeout' event emit in request and response

    A timeout in a http2 stream should emit a 'timeout' event also on
    request and response object. If there is no listener on stream,
    request or response, stream should immediately be destroyed.
    
    Fixes: nodejs#20079
    DaAitch committed May 23, 2018
    Configuration menu
    Copy the full SHA
    8eabb3f View commit details
    Browse the repository at this point in the history