go: net/http: application hangs after a while
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
1.10.1
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
linux arm 1cpu
What did you do?
Application is left on with repeated http requests
If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on play.golang.org is best.
What did you expect to see?
Application not to hang
What did you see instead?
Application becomes unresponsive
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (5 by maintainers)
Could this be related to https://github.com/golang/go/issues/28204? I’m seeing hangs using the HTTP reverse proxy as well. I traced down that issue, but I think there’s another (or that issue doesn’t fully fix the problem).