const golang.org/x/net/http2.ErrCodeFrameSize
11 uses
golang.org/x/net/http2 (current package)
errors.go#L22: ErrCodeFrameSize ErrCode = 0x6
errors.go#L39: ErrCodeFrameSize: "FRAME_SIZE_ERROR",
frame.go#L706: return nil, ConnectionError(ErrCodeFrameSize)
frame.go#L720: return nil, ConnectionError(ErrCodeFrameSize)
frame.go#L837: return nil, ConnectionError(ErrCodeFrameSize)
frame.go#L880: return nil, ConnectionError(ErrCodeFrameSize)
frame.go#L928: return nil, ConnectionError(ErrCodeFrameSize)
frame.go#L1133: return nil, connError{ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
frame.go#L1177: return nil, ConnectionError(ErrCodeFrameSize)
server.go#L1350: sc.goAway(ErrCodeFrameSize)
google.golang.org/grpc/internal/transport
http_util.go#L67: http2.ErrCodeFrameSize: codes.Internal,
 |
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. |