net/http.http2flow.take (method)

7 uses

	net/http (current package)
		h2_bundle.go#L1240: func (f *http2flow) take(n int32) {
		h2_bundle.go#L5237: 		sc.inflow.take(int32(f.Length))
		h2_bundle.go#L5263: 		st.inflow.take(int32(f.Length))
		h2_bundle.go#L7965: 			cs.flow.take(take)
		h2_bundle.go#L8749: 			cs.inflow.take(int32(f.Length))
		h2_bundle.go#L9733: 		wr.stream.flow.take(allowed)
		h2_bundle.go#L9762: 	wr.stream.flow.take(int32(len(wd.p)))