net/http.http2serverConn.hpackEncoder (field)

4 uses

	net/http (current package)
		h2_bundle.go#L3981: 	sc.hpackEncoder = hpack.NewEncoder(&sc.headerWriteBuf)
		h2_bundle.go#L4110: 	hpackEncoder   *hpack.Encoder
		h2_bundle.go#L4171: 	return sc.hpackEncoder, &sc.headerWriteBuf
		h2_bundle.go#L5151: 		sc.hpackEncoder.SetMaxDynamicTableSize(s.Val)