golang.org/x/net/http2.WindowUpdateFrame.Increment (field)
8 uses
golang.org/x/net/http2 (current package)
frame.go#L963: Increment uint32 // never read with high bit set
frame.go#L988: Increment: inc,
frame.go#L1692: fmt.Fprintf(&buf, " incr=%v", f.Increment)
server.go#L1684: if !st.flow.add(int32(f.Increment)) {
server.go#L1688: if !sc.flow.add(int32(f.Increment)) {
transport.go#L2944: if !fl.add(int32(f.Increment)) {
google.golang.org/grpc/internal/transport
http2_client.go#L1368: increment: f.Increment,
http2_server.go#L914: increment: f.Increment,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)