type golang.org/x/net/http2.flow
15 uses
golang.org/x/net/http2 (current package)
flow.go#L10: type flow struct {
flow.go#L20: conn *flow
flow.go#L23: func (f *flow) setConnFlow(cf *flow) { f.conn = cf }
flow.go#L25: func (f *flow) available() int32 {
flow.go#L33: func (f *flow) take(n int32) {
flow.go#L45: func (f *flow) add(n int32) bool {
server.go#L507: flow flow // conn-wide (not stream-specific) outbound flow control
server.go#L508: inflow flow // conn-wide inbound flow control
server.go#L586: flow flow // limits writing from Handler to client
server.go#L587: inflow flow // what the client is allowed to POST/etc to us
transport.go#L245: flow flow // our conn-level flow control quota (cs.flow is per stream)
transport.go#L246: inflow flow // peer's conn-level flow control
transport.go#L288: flow flow // guarded by cc.mu
transport.go#L289: inflow flow // guarded by cc.mu
![]() |
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. |