net/http.http2serverConn.maxClientStreamID (field)

5 uses

	net/http (current package)
		h2_bundle.go#L4090: 	maxClientStreamID           uint32 // max ever seen from client (odd), or 0 if there have been no client requests
		h2_bundle.go#L4187: 		if streamID <= sc.maxClientStreamID {
		h2_bundle.go#L4825: 					maxStreamID: sc.maxClientStreamID,
		h2_bundle.go#L5382: 	if id <= sc.maxClientStreamID {
		h2_bundle.go#L5385: 	sc.maxClientStreamID = id