3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
105
InputRemaining
= null;
868
InputRemaining
= HttpRequestHeaders.ContentLength;
952
InputRemaining
-= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
772
if (
InputRemaining
.HasValue)
775
if (
InputRemaining
.Value != 0)
944
if (
InputRemaining
.HasValue)
947
if (payload.Length >
InputRemaining
.Value)