Skip to content

http: make ClientRequest#setTimeout() a no-op after end - #25536

Closed
timdp wants to merge 1 commit into
nodejs:masterfrom
timdp:fix-25499
Closed

http: make ClientRequest#setTimeout() a no-op after end#25536
timdp wants to merge 1 commit into
nodejs:masterfrom
timdp:fix-25499

Conversation

@timdp

@timdptimdp commented Jan 16, 2019

Copy link
Copy Markdown
Contributor

Fixes: #25499

Originally discovered and resolved by @szmarczak

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

@nodejs-github-botnodejs-github-bot added the http Issues or PRs related to the http subsystem. label Jan 16, 2019
Comment threadtest/parallel/test-http-client-set-timeout-after-end.js Outdated
@lpinca

lpinca commented Jan 17, 2019

Copy link
Copy Markdown
Member

@danbev

Copy link
Copy Markdown
Contributor

Landed in 1b11824.

@danbevdanbev closed this Jan 22, 2019
danbev pushed a commit that referenced this pull request Jan 22, 2019
Originally discovered and resolved by @szmarczak.
PR-URL: #25536Fixes: #25499
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
addaleax pushed a commit that referenced this pull request Jan 23, 2019
Originally discovered and resolved by @szmarczak.
PR-URL: #25536Fixes: #25499
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Jan 24, 2019
BethGriggs pushed a commit that referenced this pull request Apr 29, 2019
Originally discovered and resolved by @szmarczak.
PR-URL: #25536Fixes: #25499
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
BethGriggs pushed a commit that referenced this pull request May 10, 2019
Originally discovered and resolved by @szmarczak.
PR-URL: #25536Fixes: #25499
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 16, 2019
Originally discovered and resolved by @szmarczak.
PR-URL: #25536Fixes: #25499
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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.

HTTP request setTimeout(0) does not remove timeout listener

6 participants

@timdp@lpinca@danbev@jasnell@szmarczak@nodejs-github-bot