golang.org/x/net/http2.serverConn.flow (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L413: sc.flow.add(initialWindowSize)
server.go#L507: flow flow // conn-wide (not stream-specific) outbound flow control
server.go#L1481: if !sc.flow.add(int32(f.Increment)) {
server.go#L1969: st.flow.conn = &sc.flow // link to conn-level counter
![]() |
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. |