net/http.http2pipe.b (field)
13 uses
net/http (current package)
h2_bundle.go#L3469: b http2pipeBuffer // nil when done reading
h2_bundle.go#L3486: if p.b == nil {
h2_bundle.go#L3489: return p.b.Len()
h2_bundle.go#L3504: if p.b != nil && p.b.Len() > 0 {
h2_bundle.go#L3505: return p.b.Read(d)
h2_bundle.go#L3512: p.b = nil
h2_bundle.go#L3537: return p.b.Write(d)
h2_bundle.go#L3572: if p.b != nil {
h2_bundle.go#L3573: p.unread += p.b.Len()
h2_bundle.go#L3575: p.b = nil
h2_bundle.go#L5604: b: &http2dataBuffer{expected: req.ContentLength},
h2_bundle.go#L8554: cs.bufPipe = http2pipe{b: &http2dataBuffer{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. |