type net/http.http2connError
9 uses
net/http (current package)
h2_bundle.go#L1178: type http2connError struct {
h2_bundle.go#L1183: func (e http2connError) Error() string {
h2_bundle.go#L1748: if ce, ok := err.(http2connError); ok {
h2_bundle.go#L1841: return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
h2_bundle.go#L1859: return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
h2_bundle.go#L2243: return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
h2_bundle.go#L2373: return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
h2_bundle.go#L2376: return nil, http2connError{http2ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
h2_bundle.go#L2450: return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
 |
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. |