golang.org/x/net/http2.flow.conn (field)
9 uses
golang.org/x/net/http2 (current package)
flow.go#L20: conn *flow
flow.go#L23: func (f *flow) setConnFlow(cf *flow) { f.conn = cf }
flow.go#L27: if f.conn != nil && f.conn.n < n {
flow.go#L28: n = f.conn.n
flow.go#L38: if f.conn != nil {
flow.go#L39: f.conn.n -= n
server.go#L1969: st.flow.conn = &sc.flow // link to conn-level counter
server.go#L1971: st.inflow.conn = &sc.inflow // 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. |