3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
110
InputRemaining
= null;
917
InputRemaining
= HttpRequestHeaders.ContentLength;
1001
InputRemaining
-= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
821
if (
InputRemaining
.HasValue)
824
if (
InputRemaining
.Value != 0)
993
if (
InputRemaining
.HasValue)
996
if (payload.Length >
InputRemaining
.Value)