-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: make response.setTimeout() work #34913
Closed
juanarbol
wants to merge
1
commit into
nodejs:master
from
juanarbol:juanarbol/incomingmessage-timeout
Closed
http: make response.setTimeout() work #34913
juanarbol
wants to merge
1
commit into
nodejs:master
from
juanarbol:juanarbol/incomingmessage-timeout
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review requested:
|
Why not include the original commit to credit the author? |
@aduh95 I don't have that git skill (yet), hold on. I'm doing that. |
juanarbol
force-pushed
the
juanarbol/incomingmessage-timeout
branch
from
August 24, 2020 21:57
0084931
to
9c588f2
Compare
@aduh95 I've cherry picked the @bnoordhuis commit (BTW sorry, I did not mean to take credits of anything), now the next question for Ben is if he wants this to be landed. |
lpinca
approved these changes
Aug 26, 2020
rickyes
approved these changes
Aug 26, 2020
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Aug 26, 2020
10 tasks
lpinca
reviewed
Aug 27, 2020
juanarbol
force-pushed
the
juanarbol/incomingmessage-timeout
branch
from
September 9, 2020 01:29
9c588f2
to
9755a47
Compare
trivikr
approved these changes
Sep 11, 2020
gengjiawen
added
needs-ci
PRs that need a full CI run.
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
needs-ci
PRs that need a full CI run.
labels
Sep 12, 2020
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 12, 2020
juanarbol
added
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Sep 12, 2020
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Sep 29, 2020
lpinca
approved these changes
Oct 5, 2020
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Oct 5, 2020
juanarbol
added
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Oct 7, 2020
juanarbol
pushed a commit
to juanarbol/node
that referenced
this pull request
Oct 7, 2020
Fixes: nodejs#33734 PR-URL: nodejs#34913 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Landed in 7b26322 |
Merged
joesepi
pushed a commit
to joesepi/node
that referenced
this pull request
Jan 8, 2021
Fixes: nodejs#33734 PR-URL: nodejs#34913 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
http
Issues or PRs related to the http subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #33734
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesSorry, I just saw #33734 "inactive" but solved, just re-do what Ben did.