net/http.http2serverConn.inflow (field)
6 uses
net/http (current package)
h2_bundle.go#L3980: sc.inflow.add(http2initialWindowSize)
h2_bundle.go#L4074: inflow http2flow // conn-wide inbound flow control
h2_bundle.go#L5230: if sc.inflow.available() < int32(f.Length) {
h2_bundle.go#L5237: sc.inflow.take(int32(f.Length))
h2_bundle.go#L5526: st.inflow.conn = &sc.inflow // link to conn-level counter
h2_bundle.go#L5843: ok = sc.inflow.add(n)
![]() |
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. |