golang.org/x/net/http2.stream.inflow (field)

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L587: 	inflow           flow  // what the client is allowed to POST/etc to us
		server.go#L1705: 		if st.inflow.available() < int32(f.Length) {
		server.go#L1708: 		st.inflow.take(int32(f.Length))
		server.go#L1971: 	st.inflow.conn = &sc.inflow // link to conn-level counter
		server.go#L1972: 	st.inflow.add(sc.srv.initialStreamRecvWindowSize())
		server.go#L2290: 		ok = st.inflow.add(n)