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

fix(socketDelay): support options.timeout #1848

Merged
merged 6 commits into from Feb 10, 2020
Merged

fix(socketDelay): support options.timeout #1848

merged 6 commits into from Feb 10, 2020

Commits on Jan 3, 2020

  1. fix(socketDelay): support options.timeout

    The current implementation only supports `req.setTimeout`, but Node.js
    allows for `options.timeout` to accomplish the same.
    
    https://nodejs.org/docs/latest-v12.x/api/http.html#http_http_request_url_options_callback
    gurpreetatwal committed Jan 3, 2020
    Copy the full SHA
    b48932f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c19f7e9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6903b6b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Copy the full SHA
    7f1329f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Copy the full SHA
    ab12d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Copy the full SHA
    ce4f9c4 View commit details
    Browse the repository at this point in the history