golang.org/x/net/http2.pipe.BreakWithError (method)

3 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L100: func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakErr, err, nil) }
		server.go#L2311: 		b.pipe.BreakWithError(errClosedBody)
		transport.go#L2190: 	cs.bufPipe.BreakWithError(errClosedResponseBody)