-
Notifications
You must be signed in to change notification settings - Fork 18.1k
net/http/httputil: TestReverseProxyCancellation fails on Plan 9 #9554
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
Labels
Milestone
Comments
I noticed this too. So you're sure it's the same issue as the TCP-wake-up-Readers issue? It's not just the manual 10 second timeout being too slow for Plan9-on-GCE? |
Yes, the reader goroutine is stuck after the close. It's not related to GCE. |
Here is the stack trace:
|
0intro
added a commit
that referenced
this issue
Jan 10, 2015
Update #9554 Change-Id: I7de2a7d585d56b84ab975565042ed997e6124e08 Reviewed-on: https://go-review.googlesource.com/2613 Reviewed-by: Brad Fitzpatrick <[email protected]>
I've just opened issue #11476. |
CL https://golang.org/cl/15941 mentions this issue. |
CL https://golang.org/cl/31520 mentions this issue. |
salewski
pushed a commit
to salewski/go
that referenced
this issue
Aug 6, 2020
This issue has been fixed in CL 31390. Fixes golang#9554. Change-Id: Ib8ff4cb1ffcb7cdbf117510b98b4a7e13e4efd2b Reviewed-on: https://go-review.googlesource.com/31520 TryBot-Result: Gobot Gobot <[email protected]> Run-TryBot: David du Colombier <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The test is failing because closing the TCP connection via CancelRequest()
doesn't wake up the readers.
This is related to issues #7237, #7782 and #8908.
The text was updated successfully, but these errors were encountered: