golang.org/x/net/http2.GoAwayFrame.ErrCode (field)
12 uses
golang.org/x/net/http2 (current package)
frame.go#L862: ErrCode ErrCode
frame.go#L885: ErrCode: ErrCode(binary.BigEndian.Uint32(p[4:8])),
frame.go#L1609: f.LastStreamID, f.ErrCode, f.debugData)
server.go#L1737: if f.ErrCode != ErrCodeNo {
transport.go#L734: if old != nil && old.ErrCode != ErrCodeNo {
transport.go#L735: cc.goAway.ErrCode = old.ErrCode
transport.go#L1788: ErrCode: cc.goAway.ErrCode,
transport.go#L2326: if f.ErrCode != 0 {
transport.go#L2328: cc.vlogf("transport got GOAWAY with error code = %v", f.ErrCode)
google.golang.org/grpc/internal/transport
http2_client.go#L1102: if f.ErrCode == http2.ErrCodeEnhanceYourCalm {
http2_client.go#L1168: switch 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. |