-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
8.2.1 proposal #14399
Merged
Merged
8.2.1 proposal #14399
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
If the stream is destroyed while the transform is still being applied, push() should not be called, and the internal state should be cleared. Refs: koajs/compress#60 PR-URL: #14330 Backport-PR-URL: #14396 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Conflicts: lib/zlib.js
Fishrock123
added
meta
Issues and PRs related to the general management of the project.
v8.x
labels
Jul 20, 2017
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
doc
Issues and PRs related to the documentations.
meta
Issues and PRs related to the general management of the project.
tools
Issues and PRs related to the tools directory.
labels
Jul 20, 2017
Fishrock123
removed
build
Issues and PRs related to build files or the CI.
doc
Issues and PRs related to the documentations.
tools
Issues and PRs related to the tools directory.
labels
Jul 20, 2017
1 task
mscdex
reviewed
Jul 20, 2017
doc/changelogs/CHANGELOG_V8.md
Outdated
@@ -28,6 +29,17 @@ | |||
* [Archive](CHANGELOG_ARCHIVE.md) | |||
|
|||
<a id="8.2.0"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated.
Fishrock123
force-pushed
the
v8.2.1-proposal
branch
2 times, most recently
from
July 20, 2017 20:53
9fedddf
to
191e812
Compare
Notable changes * http: Writes no longer abort if the Socket is missing. * process, async_hooks: Avoid problems when triggerAsyncId is undefined. * zlib: Streams no longer attempt to process data when destroyed. PR-URL: #14399
Fishrock123
force-pushed
the
v8.2.1-proposal
branch
from
July 20, 2017 20:54
191e812
to
7e46350
Compare
Fishrock123
added a commit
that referenced
this pull request
Jul 20, 2017
Notable changes * http: Writes no longer abort if the Socket is missing. * process, async_hooks: Avoid problems when triggerAsyncId is undefined. * zlib: Streams no longer attempt to process data when destroyed. PR-URL: #14399
Fishrock123
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Jul 20, 2017
Fishrock123
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Jul 28, 2017
This was referenced Aug 11, 2017
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.
"Emergency" patch release. Today.
Primarily for #14387, but also including #14396 which didn't make it into 8.2.0.