golang.org/x/net/http2.clientStream.flow (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L288: flow flow // guarded by cc.mu
transport.go#L1453: if a := cs.flow.available(); a > 0 {
transport.go#L1462: cs.flow.take(take)
transport.go#L1698: cs.flow.add(int32(cc.initialWindowSize))
transport.go#L1699: cs.flow.setConnFlow(&cc.flow)
transport.go#L2369: cs.flow.add(delta)
transport.go#L2404: fl = &cs.flow
![]() |
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. |