net/http.http2ClientConn.closed (field)
10 uses
net/http (current package)
h2_bundle.go#L6750: closed bool
h2_bundle.go#L7287: st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
h2_bundle.go#L7325: cc.closed = true
h2_bundle.go#L7350: if len(cc.streams) == 0 || cc.closed {
h2_bundle.go#L7351: cc.closed = true
h2_bundle.go#L7411: cc.closed = true
h2_bundle.go#L7734: if cc.closed || !cc.canTakeNewRequestLocked() {
h2_bundle.go#L7947: if cc.closed {
h2_bundle.go#L8218: if andRemove && cs != nil && !cc.closed {
h2_bundle.go#L8305: 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. |