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