streams: disable half-duplex operation support#42005
Merged
Conversation
DilumAluthge
added a commit
to JuliaLang/BumpStdlibs.jl
that referenced
this pull request
Aug 25, 2021
Member
|
Let's see how JuliaLang/BumpStdlibs.jl#55 fares. |
DilumAluthge
approved these changes
Aug 25, 2021
Member
DilumAluthge
left a comment
There was a problem hiding this comment.
This fixes the hangs on Linux x86_64. See e.g. JuliaLang/BumpStdlibs.jl#55
Member
|
Confirmed that this indeed fixes the FreeBSD Sockets tests. (CI has been in sufficiently poor shape that I'm not sure we would have been able to tell without checking manually.) Thanks! |
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this pull request
Feb 22, 2022
A stream can continue to be read after closewrite, but cannot continue to be written to after seeing EOF. Replaces JuliaLang#42004 Replaces JuliaLang#41983 Fixes JuliaLang#41942 Refs JuliaLang#40783
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this pull request
Mar 8, 2022
A stream can continue to be read after closewrite, but cannot continue to be written to after seeing EOF. Replaces JuliaLang#42004 Replaces JuliaLang#41983 Fixes JuliaLang#41942 Refs JuliaLang#40783
vtjnash
added a commit
that referenced
this pull request
Jul 15, 2022
vtjnash
added a commit
that referenced
this pull request
Jul 22, 2022
vtjnash
added a commit
that referenced
this pull request
Jul 25, 2022
ffucci
pushed a commit
to ffucci/julia
that referenced
this pull request
Aug 11, 2022
pcjentsch
pushed a commit
to pcjentsch/julia
that referenced
this pull request
Aug 18, 2022
KristofferC
pushed a commit
that referenced
this pull request
Sep 19, 2022
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.
Replaces #42004
Replaces #41983
Fixes #41942
Refs #40783