golang.org/x/net/http2.WindowUpdateFrame.Increment (field)

8 uses

	golang.org/x/net/http2 (current package)
		frame.go#L999: 	Increment uint32 // never read with high bit set
		frame.go#L1024: 		Increment:   inc,
		frame.go#L1861: 		fmt.Fprintf(&buf, " incr=%v", f.Increment)
		server.go#L1528: 		if !st.flow.add(int32(f.Increment)) {
		server.go#L1532: 		if !sc.flow.add(int32(f.Increment)) {
		transport.go#L2571: 	if !fl.add(int32(f.Increment)) {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1466: 		increment: f.Increment,
		http2_server.go#L928: 		increment: f.Increment,