Skip to content

bfe_http : readloop goroutine leak #1209

Closed
@FanYang15

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions