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 error message when specifying headerTimeout for createServer #44163

Commits on Aug 7, 2022

  1. http: fix error message when specifying headerTimeout for createServer

    This change fixes the message on the error received when calling 
    http.createServer(...) with a header timeout greater than the request
    timeout is incorrect.
    
    The validation requires that the header timeout is lower than the 
    request timeout, but the error message asks for the opposite.
    nicksia-vgw committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    9dde596 View commit details
    Browse the repository at this point in the history