golang.org/x/net/http2/hpack.HeaderField.Size (method)
10 uses
golang.org/x/net/http2/hpack (current package)
encode.go#L141: return !f.Sensitive && f.Size() <= e.dynTab.maxSize
hpack.go#L61: func (hf HeaderField) Size() uint32 {
hpack.go#L175: dt.size += f.Size()
hpack.go#L183: dt.size -= dt.table.ents[n].Size()
golang.org/x/net/http2
frame.go#L1577: size := hf.Size()
transport.go#L2039: hlSize += uint64(hf.Size())
transport.go#L2456: cs.totalHeaderSize += int64(h.Size())
golang.org/x/net/internal/httpcommon
request.go#L235: hlSize += uint64(hf.Size())
google.golang.org/grpc/internal/transport
http2_client.go#L864: if sz += int64(f.Size()); sz > int64(*t.maxSendHeaderListSize) {
http2_server.go#L989: if sz += int64(f.Size()); sz > int64(*t.maxSendHeaderListSize) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)