3 references to TryAdvance
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\FlowControl\StreamInputFlowControl.cs (2)
50var connectionSuccess = _connectionLevelFlowControl.TryAdvance(bytes); 54if (!_streamLevelFlowControl.TryAdvance(bytes))
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TimeoutControlTests.cs (1)
307flowControl.TryAdvance(2);