5 references to MaxStreamWindowSize
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (5)
99if (rtt > TimeSpan.Zero && _streamWindowSize < MaxStreamWindowSize) 114int extendedWindowSize = Math.Min(MaxStreamWindowSize, _streamWindowSize * 2); 120Debug.Assert(_streamWindowSize <= MaxStreamWindowSize); 121if (_streamWindowSize == MaxStreamWindowSize) 123if (NetEventSource.Log.IsEnabled()) stream.Trace($"[FlowControl] StreamWindowSize reached the configured maximum of {MaxStreamWindowSize}.");