3 writes to _connectionWindow
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
159_connectionWindow = Http2PeerSettings.DefaultInitialWindowSize; 1065_connectionWindow -= bytes; 1105_connectionWindow += bytes;
3 references to _connectionWindow
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
370if (_connectionWindow == 0) 1057return Math.Min(bytes, _connectionWindow); 1098var maxUpdate = Http2PeerSettings.MaxWindowSize - _connectionWindow;