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

doc: add note regarding net.Socket default timeout #31379

Closed
wants to merge 3 commits into from

Commits on Jan 31, 2020

  1. doc: add note regarding net.Socket default timeout

    Prior to Node.js v13, http[2s] have a specific default timeout value
    which should not be confused with net.Socket default timeout.
    
    Fixes: nodejs#31378
    Fixes: nodejs#27556
    Refs: nodejs#27704
    aduh95 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    97f0ad8 View commit details
    Browse the repository at this point in the history
  2. nit

    Co-Authored-By: Rich Trott <rtrott@gmail.com>
    aduh95 and Trott authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d5ef72a View commit details
    Browse the repository at this point in the history
  3. nit

    aduh95 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    8cf38a0 View commit details
    Browse the repository at this point in the history