const net/http.http2ErrCodeFrameSize
10 uses
net/http (current package)
h2_bundle.go#L1101: http2ErrCodeFrameSize http2ErrCode = 0x6
h2_bundle.go#L1118: http2ErrCodeFrameSize: "FRAME_SIZE_ERROR",
h2_bundle.go#L1949: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L1963: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2080: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2123: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2171: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2376: return nil, http2connError{http2ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
h2_bundle.go#L2420: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L4919: sc.goAway(http2ErrCodeFrameSize)
 |
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. |