golang.org/x/net/http2.stream.flow (field)
8 uses
golang.org/x/net/http2 (current package)
server.go#L586: flow flow // limits writing from Handler to client
server.go#L1477: if !st.flow.add(int32(f.Increment)) {
server.go#L1619: if !st.flow.add(growth) {
server.go#L1969: st.flow.conn = &sc.flow // link to conn-level counter
server.go#L1970: st.flow.add(sc.initialStreamSendWindowSize)
writesched.go#L114: allowed := wr.stream.flow.available()
writesched.go#L125: wr.stream.flow.take(allowed)
writesched.go#L154: wr.stream.flow.take(int32(len(wd.p)))
![]() |
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. |