net/http.http2ClientConn.inflow (field)
8 uses
net/http (current package)
h2_bundle.go#L6748: inflow http2flow // peer's conn-level flow control
h2_bundle.go#L7201: cc.inflow.add(http2transportDefaultConnFlow + http2initialWindowSize)
h2_bundle.go#L8204: cs.inflow.setConnFlow(&cc.inflow)
h2_bundle.go#L8639: if v := cc.inflow.available(); v < http2transportDefaultConnFlow/2 {
h2_bundle.go#L8641: cc.inflow.add(connAdd)
h2_bundle.go#L8685: cc.inflow.add(int32(unread))
h2_bundle.go#L8719: cc.inflow.add(int32(f.Length))
h2_bundle.go#L8767: cc.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. |