golang.org/x/net/http2/hpack.HeaderField.Size (method)
9 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#L1564: size := hf.Size()
transport.go#L1975: hlSize += uint64(hf.Size())
transport.go#L2032: hlSize += uint64(hf.Size())
google.golang.org/grpc/internal/transport
http2_client.go#L814: if sz += int64(f.Size()); sz > int64(*t.maxSendHeaderListSize) {
http2_server.go#L938: if sz += int64(f.Size()); sz > int64(*t.maxSendHeaderListSize) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)