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

[v12.x backport] http: fix incorrect headersTimeout measurement #34131

Commits on Jun 30, 2020

  1. http: fix incorrect headersTimeout measurement

    For keep-alive connections, the headersTimeout may fire during
    subsequent request because the measurement was reset after
    a request and not before a request.
    
    PR-URL: nodejs#32329
    Fixes: nodejs#27363
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    OrKoN authored and Flarna committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7cb2c9b View commit details
    Browse the repository at this point in the history