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