golang.org/x/net/http2.ClientConn.freeBuf (field)
8 uses
golang.org/x/net/http2 (current package)
transport.go#L269: freeBuf [][]byte
transport.go#L938: for i, buf := range cc.freeBuf {
transport.go#L940: cc.freeBuf[i] = nil
transport.go#L953: if len(cc.freeBuf) < maxBufs {
transport.go#L954: cc.freeBuf = append(cc.freeBuf, buf)
transport.go#L957: for i, old := range cc.freeBuf {
transport.go#L959: 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. |