-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[v8.x] update the http.request.setTimeout docs to be accurate #25123
Closed
jbunton-atlassian
wants to merge
2
commits into
nodejs:v8.x-staging
from
jbunton-atlassian:update_v8.x_docs_for_http_request_setTimeout
Closed
[v8.x] update the http.request.setTimeout docs to be accurate #25123
jbunton-atlassian
wants to merge
2
commits into
nodejs:v8.x-staging
from
jbunton-atlassian:update_v8.x_docs_for_http_request_setTimeout
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
Original commit message: [cpu-profiler] Fix a leak caused by re-logging existing functions. Don't re-log all existing functions during StartProcessorIfNotStarted(). They will already be in the CodeMap attached to the ProfileGenerator and re-logging them causes leaks. See the linked bug for more details. Bug: v8:8253 Change-Id: Ibb1a1ab2431c588e8c3a3a9ff714767cdf61a88e Reviewed-on: https://chromium-review.googlesource.com/1256763 Commit-Queue: Peter Marshall <petermarshall@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#56336} Refs: v8/v8@525b396 PR-URL: nodejs#25041 Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Rod Vagg <rod@vagg.org>
nodejs-github-bot
added
doc
Issues and PRs related to the documentations.
http
Issues or PRs related to the http subsystem.
v8.x
labels
Dec 19, 2018
This was referenced Dec 19, 2018
lpinca
reviewed
Dec 19, 2018
jbunton-atlassian
force-pushed
the
update_v8.x_docs_for_http_request_setTimeout
branch
from
December 19, 2018 07:13
6c16983
to
544e913
Compare
lpinca
approved these changes
Dec 19, 2018
jbunton-atlassian
force-pushed
the
update_v8.x_docs_for_http_request_setTimeout
branch
3 times, most recently
from
December 19, 2018 12:48
b1d62ee
to
44d5c9a
Compare
jasnell
reviewed
Dec 19, 2018
jbunton-atlassian
force-pushed
the
update_v8.x_docs_for_http_request_setTimeout
branch
from
December 19, 2018 21:50
44d5c9a
to
fc173b3
Compare
jasnell
approved these changes
Dec 20, 2018
addaleax
changed the title
update the http.request.setTimeout docs to be accurate
[v8.x] update the http.request.setTimeout docs to be accurate
Dec 21, 2018
MylesBorins
force-pushed
the
v8.x-staging
branch
from
December 26, 2018 16:19
c5142b3
to
3af7528
Compare
landed in 3af7528 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When upgrading from Node.js 8 to 10 I hit the behaviour change in #8895. This documentation update would have helped me find the problem faster :)
Also see #25121 for an update to the docs on master.
Thanks :)
Checklist