golang.org/x/net/http2.dataBuffer.expected (field)
6 uses
golang.org/x/net/http2 (current package)
databuffer.go#L70: expected int64 // we expect at least this many bytes in future Write calls (ignored if <= 0)
databuffer.go#L122: if b.expected > want {
databuffer.go#L123: want = b.expected
databuffer.go#L130: b.expected -= int64(n)
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. |