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())