3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
101
InputRemaining
= null;
858
InputRemaining
= HttpRequestHeaders.ContentLength;
942
InputRemaining
-= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
762
if (
InputRemaining
.HasValue)
765
if (
InputRemaining
.Value != 0)
934
if (
InputRemaining
.HasValue)
937
if (payload.Length >
InputRemaining
.Value)