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

http: fix incorrect headersTimeout measurement (alt) #32329

Closed
wants to merge 4 commits into from

Commits on Mar 17, 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.
    
    Fixes: nodejs#27363
    OrKoN committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ed7b316 View commit details
    Browse the repository at this point in the history
  2. Clean up

    OrKoN committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f162c42 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Update async_hooks test

    OrKoN committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    2d91c30 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Update src/node_http_parser.cc

    Co-Authored-By: Anna Henningsen <github@addaleax.net>
    OrKoN and addaleax authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9536c1b View commit details
    Browse the repository at this point in the history