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 no throw in writeHead if state.closed #27682

Closed

Commits on May 17, 2019

  1. http2: do no throw in writeHead if state.closed

    The http1 implementation does not throw if the connection is down.
    The http2 compat implementation should do the same.
    
    See: fastify/fastify-http-proxy#51.
    See: fastify/fastify#1494.
    mcollina committed May 17, 2019
    Configuration menu
    Copy the full SHA
    04c715f View commit details
    Browse the repository at this point in the history