vendor/golang.org/x/net/http2/hpack.HeaderField.Size (method)
7 uses
vendor/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()
net/http
h2_bundle.go#L2965: size := hf.Size()
h2_bundle.go#L9090: hlSize += uint64(hf.Size())
h2_bundle.go#L9147: hlSize += uint64(hf.Size())
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |