MCPcopy Create free account
hub / github.com/imroc/req / streamError

Function streamError

internal/http2/errors.go:84–86  ·  view source on GitHub ↗
(id uint32, code ErrCode)

Source from the content-addressed store, hash-verified

82var errFromPeer = errors.New("received from peer")
83
84func streamError(id uint32, code ErrCode) StreamError {
85 return StreamError{StreamID: id, Code: code}
86}
87
88func (e StreamError) Error() string {
89 if e.Cause != nil {

Callers 3

processResetStreamMethod · 0.85
parseWindowUpdateFrameFunction · 0.85
parseHeadersFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…