const net/http.http2ErrCodeProtocol
55 uses
net/http (current package)
h2_bundle.go#L1096: http2ErrCodeProtocol http2ErrCode = 0x1
h2_bundle.go#L1113: http2ErrCodeProtocol: "PROTOCOL_ERROR",
h2_bundle.go#L1787: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L1793: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L1798: return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
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#L1959: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2083: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2120: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2182: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2184: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2243: return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
h2_bundle.go#L2265: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2373: return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
h2_bundle.go#L2423: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2450: return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
h2_bundle.go#L2509: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2528: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2804: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
h2_bundle.go#L2811: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
h2_bundle.go#L3203: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3211: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L4972: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L4997: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5017: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5036: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5068: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5120: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5128: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5218: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5256: return http2streamError(id, http2ErrCodeProtocol)
h2_bundle.go#L5355: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5383: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5400: return http2streamError(id, http2ErrCodeProtocol)
h2_bundle.go#L5461: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5465: return http2streamError(st.id, http2ErrCodeProtocol)
h2_bundle.go#L5469: return http2streamError(st.id, http2ErrCodeProtocol)
h2_bundle.go#L5478: return http2streamError(st.id, http2ErrCodeProtocol)
h2_bundle.go#L5493: return http2streamError(streamID, http2ErrCodeProtocol)
h2_bundle.go#L5559: return nil, nil, http2streamError(f.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L5572: return nil, nil, http2streamError(f.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L5578: return nil, nil, http2streamError(f.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L5661: return nil, nil, http2streamError(st.id, http2ErrCodeProtocol)
h2_bundle.go#L8348: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L8440: cs.cc.writeStreamReset(f.StreamID, http2ErrCodeProtocol, err)
h2_bundle.go#L8572: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L8578: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L8583: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L8617: cc.writeStreamReset(cs.ID, http2ErrCodeProtocol, err)
h2_bundle.go#L8709: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L8733: Code: http2ErrCodeProtocol,
h2_bundle.go#L8742: Code: http2ErrCodeProtocol,
h2_bundle.go#L8847: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9006: return http2ConnectionError(http2ErrCodeProtocol)
 |
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. |