net/http.http2GoAwayFrame.ErrCode (field)
10 uses
net/http (current package)
h2_bundle.go#L2105: ErrCode http2ErrCode
h2_bundle.go#L2128: ErrCode: http2ErrCode(binary.BigEndian.Uint32(p[4:8])),
h2_bundle.go#L2852: f.LastStreamID, f.ErrCode, f.debugData)
h2_bundle.go#L5292: if f.ErrCode != http2ErrCodeNo {
h2_bundle.go#L7237: if old != nil && old.ErrCode != http2ErrCodeNo {
h2_bundle.go#L7238: cc.goAway.ErrCode = old.ErrCode
h2_bundle.go#L8291: ErrCode: cc.goAway.ErrCode,
h2_bundle.go#L8829: if f.ErrCode != 0 {
h2_bundle.go#L8831: cc.vlogf("transport got GOAWAY with error code = %v", f.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. |