Skip to content
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

bfe_http : readloop goroutine leak #1209

Open
FanYang15 opened this issue Jan 10, 2025 · 0 comments
Open

bfe_http : readloop goroutine leak #1209

FanYang15 opened this issue Jan 10, 2025 · 0 comments

Comments

@FanYang15
Copy link

FanYang15 commented Jan 10, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant