golang.org/x/net/http2.dataBuffer.size (field)
6 uses
golang.org/x/net/http2 (current package)
databuffer.go#L69: size int // total buffered bytes
databuffer.go#L78: if b.size == 0 {
databuffer.go#L82: for len(p) > 0 && b.size > 0 {
databuffer.go#L88: b.size -= n
databuffer.go#L111: return b.size
databuffer.go#L129: b.size += n
![]() |
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. |