-
Notifications
You must be signed in to change notification settings - Fork 18k
net: TCPConn.ReadFrom hangs when io.Reader is TCPConn or UnixConn, Linux kernel < 5.1 [1.21 backport] #63801
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
Comments
Change https://go.dev/cl/538117 mentions this issue: |
waiting for #63795 to be fixed. |
I see the fix has been committed to master: https://go-review.googlesource.com/c/go/+/536015, presumably it needs to be back-ported to 1.21.x and 1.22.x. |
@sebastien-rosset Go 1.22 is not released yet, so there is no backport to Go 1.22.x. #63795 is still open, and it is not really clear if there is anything more needed to be done. We will take another look next week if things are clear by then. Thanks. |
Thanks. How about back porting to 1.21? |
Backporting to 1.21 is this issue. We are waiting for #63795 to be closed. |
@cherrymui Looks like #63795 is fixed now... will the backport to 1.21 (https://go-review.googlesource.com/c/go/+/538117) be included in the upcoming 1.21.* release? |
@rabadin, I would expect that it will not be, since the backport change is not yet merged. Probably the next 1.21.* point release after this one. |
Thanks for the update. |
Thanks the the heads up @bcmills. |
… splice to avoid inconsistency with O_NONBLOCK Fixes #63801 Updates #59041 Updates #63795 Details: #59041 (comment) Change-Id: Id3fc1df6d86b7c4cc383d09f9465fa8f4cc2a559 Reviewed-on: https://go-review.googlesource.com/c/go/+/536015 Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> (cherry picked from commit 40cdf69) Reviewed-on: https://go-review.googlesource.com/c/go/+/538117 Auto-Submit: Heschi Kreinick <[email protected]> Reviewed-by: Mauri de Souza Meneguzzo <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
Closed by merging 8ae493b to release-branch.go1.21. |
@panjf2000 requested issue #63795 to be considered for backport to the next 1.21 minor release.
The text was updated successfully, but these errors were encountered: