3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
100InputRemaining = null; 854InputRemaining = HttpRequestHeaders.ContentLength; 938InputRemaining -= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
760if (InputRemaining.HasValue) 763if (InputRemaining.Value != 0) 930if (InputRemaining.HasValue) 933if (payload.Length > InputRemaining.Value)