3 writes to _connectionWindow
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
139_connectionWindow = Http2PeerSettings.DefaultInitialWindowSize; 933_connectionWindow -= bytes; 968_connectionWindow += bytes;
3 references to _connectionWindow
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (3)
336if (_connectionWindow == 0) 925return Math.Min(bytes, _connectionWindow); 961var maxUpdate = Http2PeerSettings.MaxWindowSize - _connectionWindow;