golang.org/x/net/http2.pipe.b (field)
13 uses
golang.org/x/net/http2 (current package)
pipe.go#L19: b pipeBuffer // nil when done reading
pipe.go#L36: if p.b == nil {
pipe.go#L39: return p.b.Len()
pipe.go#L54: if p.b != nil && p.b.Len() > 0 {
pipe.go#L55: return p.b.Read(d)
pipe.go#L62: p.b = nil
pipe.go#L87: return p.b.Write(d)
pipe.go#L122: if p.b != nil {
pipe.go#L123: p.unread += p.b.Len()
pipe.go#L125: p.b = nil
server.go#L2049: b: &dataBuffer{expected: req.ContentLength},
transport.go#L2051: cs.bufPipe = pipe{b: &dataBuffer{expected: res.ContentLength}}
![]() |
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. |