net/http.http2serverConn.advMaxStreams (field)

4 uses

	net/http (current package)
		h2_bundle.go#L3950: 		advMaxStreams:               s.maxConcurrentStreams(),
		h2_bundle.go#L4087: 	advMaxStreams               uint32 // our SETTINGS_MAX_CONCURRENT_STREAMS advertised the client
		h2_bundle.go#L4391: 			{http2SettingMaxConcurrentStreams, sc.advMaxStreams},
		h2_bundle.go#L5397: 	if sc.curClientStreams+1 > sc.advMaxStreams {