Skip to content

http: simplify timeout handling - #29200

Closed
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:http-client-req-timeout-refactor
Closed

http: simplify timeout handling#29200
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:http-client-req-timeout-refactor

Conversation

@ronag

Copy link
Copy Markdown
Member

Avoids allocating and registering extra listeners for 'timeout'.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the http Issues or PRs related to the http subsystem. label Aug 19, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ronag
ronagforce-pushed the http-client-req-timeout-refactor branch from 58a84b6 to 2c4cc01CompareAugust 19, 2019 10:03
Comment threadlib/_http_client.js Outdated
Avoids allocating and registering extra listeners for 'timeout'.
@ronag
ronagforce-pushed the http-client-req-timeout-refactor branch from 2c4cc01 to 6f54858CompareAugust 19, 2019 19:34
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@lpinca

Copy link
Copy Markdown
Member

Landed in cad3a21.

lpinca pushed a commit that referenced this pull request Aug 31, 2019
Avoids allocating and registering extra listeners for 'timeout'.
PR-URL: #29200
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@lpincalpinca closed this Aug 31, 2019
BridgeAR pushed a commit that referenced this pull request Sep 3, 2019
Avoids allocating and registering extra listeners for 'timeout'.
PR-URL: #29200
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeARBridgeAR mentioned this pull request Sep 3, 2019
BridgeAR pushed a commit that referenced this pull request Sep 4, 2019
Avoids allocating and registering extra listeners for 'timeout'.
PR-URL: #29200
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ronag@nodejs-github-bot@lpinca@BridgeAR