net/http.http2flow.n (field)
9 uses
net/http (current package)
h2_bundle.go#L1222: n int32
h2_bundle.go#L1233: n := f.n
h2_bundle.go#L1234: if f.conn != nil && f.conn.n < n {
h2_bundle.go#L1235: n = f.conn.n
h2_bundle.go#L1244: f.n -= n
h2_bundle.go#L1246: f.conn.n -= n
h2_bundle.go#L1253: sum := f.n + n
h2_bundle.go#L1254: if (sum > n) == (f.n > 0) {
h2_bundle.go#L1255: 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. |