golang.org/x/net/http2.ClientConn.goAway (field)
8 uses
golang.org/x/net/http2 (current package)
transport.go#L250: goAway *GoAwayFrame // if non-nil, the GoAwayFrame we received
transport.go#L727: old := cc.goAway
transport.go#L728: cc.goAway = f
transport.go#L735: cc.goAway.ErrCode = old.ErrCode
transport.go#L784: st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
transport.go#L1785: if cc.goAway != nil && isEOFOrNetReadError(err) {
transport.go#L1787: LastStreamID: cc.goAway.LastStreamID,
transport.go#L1788: ErrCode: cc.goAway.ErrCode,
![]() |
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. |