golang.org/x/net/http2.serverConn.inflow (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L414: sc.inflow.add(initialWindowSize)
server.go#L508: inflow flow // conn-wide inbound flow control
server.go#L1675: if sc.inflow.available() < int32(f.Length) {
server.go#L1682: sc.inflow.take(int32(f.Length))
server.go#L1971: st.inflow.conn = &sc.inflow // link to conn-level counter
server.go#L2288: 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. |