golang.org/x/net/http2.flow.add (method)
22 uses
golang.org/x/net/http2 (current package)
flow.go#L45: func (f *flow) add(n int32) bool {
server.go#L413: sc.flow.add(initialWindowSize)
server.go#L414: sc.inflow.add(initialWindowSize)
server.go#L1477: if !st.flow.add(int32(f.Increment)) {
server.go#L1481: if !sc.flow.add(int32(f.Increment)) {
server.go#L1619: if !st.flow.add(growth) {
server.go#L1970: st.flow.add(sc.initialStreamSendWindowSize)
server.go#L1972: st.inflow.add(sc.srv.initialStreamRecvWindowSize())
server.go#L2288: ok = sc.inflow.add(n)
server.go#L2290: ok = st.inflow.add(n)
transport.go#L664: cc.flow.add(int32(initialWindowSize))
transport.go#L698: cc.inflow.add(transportDefaultConnFlow + initialWindowSize)
transport.go#L1698: cs.flow.add(int32(cc.initialWindowSize))
transport.go#L1700: cs.inflow.add(transportDefaultStreamFlow)
transport.go#L2138: cc.inflow.add(connAdd)
transport.go#L2147: cs.inflow.add(streamAdd)
transport.go#L2182: cc.inflow.add(int32(unread))
transport.go#L2216: cc.inflow.add(int32(f.Length))
transport.go#L2264: cc.inflow.add(int32(refund))
transport.go#L2268: cs.inflow.add(int32(refund))
transport.go#L2369: cs.flow.add(delta)
transport.go#L2406: if !fl.add(int32(f.Increment)) {
![]() |
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. |