net/http.http2ClientConn.freeBuf (field)
8 uses
net/http (current package)
h2_bundle.go#L6771: freeBuf [][]byte
h2_bundle.go#L7441: for i, buf := range cc.freeBuf {
h2_bundle.go#L7443: cc.freeBuf[i] = nil
h2_bundle.go#L7456: if len(cc.freeBuf) < maxBufs {
h2_bundle.go#L7457: cc.freeBuf = append(cc.freeBuf, buf)
h2_bundle.go#L7460: for i, old := range cc.freeBuf {
h2_bundle.go#L7462: cc.freeBuf[i] = buf
![]() |
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. |