We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The readLoop goroutine waits on reqCh forever.
162 @ 0x7b0d96 0x77b41b 0x77af18 0xb85ec6 0x7e30c1 # 0xb85ec5 github.com/bfenetworks/bfe/bfe_http.(*persistConn).readLoop+0x1a5 /workspace/bfe_http/transport.go:812
To Reproduce codes from "bfe_http/transport.go" in v1.6.0
Bug case see golang/go#10457
go1.5 net/http fixed this bug see golang/go@58c1c01
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The readLoop goroutine waits on reqCh forever.
To Reproduce
codes from "bfe_http/transport.go" in v1.6.0
Bug case
see golang/go#10457
go1.5 net/http fixed this bug
see golang/go@58c1c01
The text was updated successfully, but these errors were encountered: