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

8 uses

	golang.org/x/net/http2 (current package)
		frame.go#L949: 	Increment uint32 // never read with high bit set
		frame.go#L974: 		Increment:   inc,
		frame.go#L1648: 		fmt.Fprintf(&buf, " incr=%v", f.Increment)
		server.go#L1592: 		if !st.flow.add(int32(f.Increment)) {
		server.go#L1596: 		if !sc.flow.add(int32(f.Increment)) {
		transport.go#L2862: 	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,