golang.org/x/net/http2.flow.n (field)
9 uses
golang.org/x/net/http2 (current package)
flow.go#L15: n int32
flow.go#L26: n := f.n
flow.go#L27: if f.conn != nil && f.conn.n < n {
flow.go#L28: n = f.conn.n
flow.go#L37: f.n -= n
flow.go#L39: f.conn.n -= n
flow.go#L46: sum := f.n + n
flow.go#L47: if (sum > n) == (f.n > 0) {
flow.go#L48: f.n = sum
![]() |
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. |