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

3 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L44: func (p *pipe) Read(d []byte) (n int, err error) {
		server.go#L2325: 	n, err = b.pipe.Read(p)
		transport.go#L2108: 	n, err = b.cs.bufPipe.Read(p)