net/http.http2clientStream.inflow (field)
8 uses
net/http (current package)
h2_bundle.go#L6791: inflow http2flow // guarded by cc.mu
h2_bundle.go#L8203: cs.inflow.add(http2transportDefaultStreamFlow)
h2_bundle.go#L8204: cs.inflow.setConnFlow(&cc.inflow)
h2_bundle.go#L8647: v := int(cs.inflow.available()) + cs.bufPipe.Len()
h2_bundle.go#L8650: cs.inflow.add(streamAdd)
h2_bundle.go#L8748: if cs.inflow.available() >= int32(f.Length) {
h2_bundle.go#L8749: cs.inflow.take(int32(f.Length))
h2_bundle.go#L8771: cs.inflow.add(int32(refund))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)