func golang.org/x/net/http2.streamError
24 uses
golang.org/x/net/http2 (current package)
errors.go#L70: func streamError(id uint32, code ErrCode) StreamError {
frame.go#L941: return nil, streamError(fh.StreamID, ErrCodeProtocol)
frame.go#L1022: return nil, streamError(fh.StreamID, ErrCodeProtocol)
server.go#L1211: sc.resetStream(streamError(st.id, ErrCodeNo))
server.go#L1478: return streamError(f.StreamID, ErrCodeFlowControl)
server.go#L1503: sc.closeStream(st, streamError(f.StreamID, f.ErrCode))
server.go#L1676: return streamError(id, ErrCodeFlowControl)
server.go#L1689: return streamError(id, ErrCodeStreamClosed)
server.go#L1701: return streamError(id, ErrCodeProtocol)
server.go#L1706: return streamError(id, ErrCodeFlowControl)
server.go#L1714: return streamError(id, ErrCodeStreamClosed)
server.go#L1784: st.sc.writeFrameFromHandler(FrameWriteRequest{write: streamError(st.id, ErrCodeInternal)})
server.go#L1817: return streamError(id, ErrCodeStreamClosed)
server.go#L1845: return streamError(id, ErrCodeProtocol)
server.go#L1852: return streamError(id, ErrCodeRefusedStream)
server.go#L1910: return streamError(st.id, ErrCodeProtocol)
server.go#L1914: return streamError(st.id, ErrCodeProtocol)
server.go#L1923: return streamError(st.id, ErrCodeProtocol)
server.go#L1938: return streamError(streamID, ErrCodeProtocol)
server.go#L2004: return nil, nil, streamError(f.StreamID, ErrCodeProtocol)
server.go#L2017: return nil, nil, streamError(f.StreamID, ErrCodeProtocol)
server.go#L2023: return nil, nil, streamError(f.StreamID, ErrCodeProtocol)
server.go#L2106: return nil, nil, streamError(st.id, ErrCodeProtocol)
transport.go#L2426: err := streamError(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. |