golang.org/x/net/http2.ClientConn.closed (field)
10 uses
golang.org/x/net/http2 (current package)
transport.go#L248: closed bool
transport.go#L784: st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
transport.go#L822: cc.closed = true
transport.go#L847: if len(cc.streams) == 0 || cc.closed {
transport.go#L848: cc.closed = true
transport.go#L908: cc.closed = true
transport.go#L1231: if cc.closed || !cc.canTakeNewRequestLocked() {
transport.go#L1444: if cc.closed {
transport.go#L1715: if andRemove && cs != nil && !cc.closed {
transport.go#L1802: cc.closed = true
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |