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

Method endStreamError

internal/http2/transport.go:2884–2887  ·  view source on GitHub ↗
(cs *clientStream, err error)

Source from the content-addressed store, hash-verified

2882}
2883
2884func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err error) {
2885 cs.readAborted = true
2886 cs.abortStream(err)
2887}
2888
2889func (rl *clientConnReadLoop) streamByID(id uint32) *clientStream {
2890 rl.cc.mu.Lock()

Callers 4

runMethod · 0.95
processHeadersMethod · 0.95
processDataMethod · 0.95
processWindowUpdateMethod · 0.95

Calls 1

abortStreamMethod · 0.80

Tested by

no test coverage detected