func net/http.http2streamError
24 uses
net/http (current package)
h2_bundle.go#L1151: func http2streamError(id uint32, code http2ErrCode) http2StreamError {
h2_bundle.go#L2184: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2265: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L4782: sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
h2_bundle.go#L5047: return http2streamError(f.StreamID, http2ErrCodeFlowControl)
h2_bundle.go#L5072: sc.closeStream(st, http2streamError(f.StreamID, f.ErrCode))
h2_bundle.go#L5231: return http2streamError(id, http2ErrCodeFlowControl)
h2_bundle.go#L5244: return http2streamError(id, http2ErrCodeStreamClosed)
h2_bundle.go#L5256: return http2streamError(id, http2ErrCodeProtocol)
h2_bundle.go#L5261: return http2streamError(id, http2ErrCodeFlowControl)
h2_bundle.go#L5269: return http2streamError(id, http2ErrCodeStreamClosed)
h2_bundle.go#L5339: st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2streamError(st.id, http2ErrCodeInternal)})
h2_bundle.go#L5372: return http2streamError(id, http2ErrCodeStreamClosed)
h2_bundle.go#L5400: return http2streamError(id, http2ErrCodeProtocol)
h2_bundle.go#L5407: return http2streamError(id, http2ErrCodeRefusedStream)
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#L8929: err := http2streamError(cs.ID, 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. |