3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
98InputRemaining = null; 852InputRemaining = HttpRequestHeaders.ContentLength; 936InputRemaining -= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
758if (InputRemaining.HasValue) 761if (InputRemaining.Value != 0) 928if (InputRemaining.HasValue) 931if (payload.Length > InputRemaining.Value)