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