golang.org/x/net/http2.WindowUpdateFrame.Increment (field)
8 uses
golang.org/x/net/http2 (current package)
frame.go#L923: Increment uint32 // never read with high bit set
frame.go#L945: Increment: inc,
frame.go#L1604: fmt.Fprintf(&buf, " incr=%v", f.Increment)
server.go#L1477: if !st.flow.add(int32(f.Increment)) {
server.go#L1481: if !sc.flow.add(int32(f.Increment)) {
transport.go#L2406: if !fl.add(int32(f.Increment)) {
google.golang.org/grpc/internal/transport
http2_client.go#L1185: increment: f.Increment,
http2_server.go#L748: increment: 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. |