3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
105InputRemaining = null; 868InputRemaining = HttpRequestHeaders.ContentLength; 952InputRemaining -= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
772if (InputRemaining.HasValue) 775if (InputRemaining.Value != 0) 944if (InputRemaining.HasValue) 947if (payload.Length > InputRemaining.Value)