3 references to TryUpdateWindow
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\StreamInputFlowControl.cs (2)
63
if (!_streamLevelFlowControl.
TryUpdateWindow
(bytes, out var streamWindowUpdateSize))
99
var connectionSuccess = _connectionLevelFlowControl.
TryUpdateWindow
(bytes, out var connectionWindowUpdateSize);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TimeoutControlTests.cs (1)
317
flowControl.
TryUpdateWindow
(2, out _);