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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |