3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
86
InputRemaining
= null;
838
InputRemaining
= HttpRequestHeaders.ContentLength;
922
InputRemaining
-= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
744
if (
InputRemaining
.HasValue)
747
if (
InputRemaining
.Value != 0)
914
if (
InputRemaining
.HasValue)
917
if (payload.Length >
InputRemaining
.Value)