Revert "unix,stream: clear read/write states on close/eof"#2968
Closed
cjihrig wants to merge 1 commit intolibuv:v1.xfrom
Closed
Revert "unix,stream: clear read/write states on close/eof"#2968cjihrig wants to merge 1 commit intolibuv:v1.xfrom
cjihrig wants to merge 1 commit intolibuv:v1.xfrom
Conversation
This reverts commit 12be29f. The commit in question was introducing failures in the Node.js test suite. Refs: libuv#2943
santigimeno
approved these changes
Aug 24, 2020
bnoordhuis
approved these changes
Aug 24, 2020
Member
bnoordhuis
left a comment
There was a problem hiding this comment.
You beat me to it by 30 seconds: bnoordhuis/libuv@a9d8cf1 :-)
Contributor
Author
|
CI: https://ci.nodejs.org/view/libuv/job/libuv-test-commit/2018/ |
Contributor
Author
|
CI seems fine other than what appears to be infra related issues on Windows. I'm going to land this now. |
Contributor
Author
|
Landed in 46f36e3. |
JeffroMF
pushed a commit
to JeffroMF/libuv
that referenced
this pull request
May 16, 2022
This reverts commit 12be29f. The commit in question was introducing failures in the Node.js test suite. Refs: libuv#2943 Refs: libuv#2967 Refs: libuv#2409 PR-URL: libuv#2968 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
JeffroMF
pushed a commit
to JeffroMF/libuv
that referenced
this pull request
May 16, 2022
This reverts commit 46f36e3. PR-URL: libuv#3006 Refs: libuv#2967 Refs: libuv#2409 Refs: libuv#2943 Refs: libuv#2968 Refs: nodejs/node#36111 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
liujinye-sys
pushed a commit
to open-vela/apps_system_libuv
that referenced
this pull request
Jul 23, 2025
This reverts commit 12be29f. The commit in question was introducing failures in the Node.js test suite. Refs: libuv/libuv#2943 Refs: libuv/libuv#2967 Refs: libuv/libuv#2409 PR-URL: libuv/libuv#2968 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
liujinye-sys
pushed a commit
to open-vela/apps_system_libuv
that referenced
this pull request
Jul 23, 2025
This reverts commit 46f36e3. PR-URL: libuv/libuv#3006 Refs: libuv/libuv#2967 Refs: libuv/libuv#2409 Refs: libuv/libuv#2943 Refs: libuv/libuv#2968 Refs: nodejs/node#36111 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
liujinye-sys
pushed a commit
to open-vela/apps_system_libuv
that referenced
this pull request
Dec 16, 2025
This reverts commit 12be29f. The commit in question was introducing failures in the Node.js test suite. Refs: libuv/libuv#2943 Refs: libuv/libuv#2967 Refs: libuv/libuv#2409 PR-URL: libuv/libuv#2968 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
liujinye-sys
pushed a commit
to open-vela/apps_system_libuv
that referenced
this pull request
Dec 16, 2025
This reverts commit 46f36e3. PR-URL: libuv/libuv#3006 Refs: libuv/libuv#2967 Refs: libuv/libuv#2409 Refs: libuv/libuv#2943 Refs: libuv/libuv#2968 Refs: nodejs/node#36111 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This file contains hidden or 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
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.
This reverts commit 12be29f.
The commit in question was introducing failures in the Node.js
test suite.
Refs: #2943
Refs: #2967