golang.org/x/net/http2.PushPromiseParam.PadLength (field)

5 uses

	net/http
		h2_bundle.go#L2939: 	PadLength uint8
		h2_bundle.go#L2954: 	if p.PadLength != 0 {
		h2_bundle.go#L2961: 	if p.PadLength != 0 {
		h2_bundle.go#L2962: 		f.writeByte(p.PadLength)
		h2_bundle.go#L2969: 	f.wbuf = append(f.wbuf, http2padZeros[:p.PadLength]...)