3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
1275
_currentHeadersStream.
InputRemaining
= _currentHeadersStream.RequestHeaders.ContentLength;
Internal\Http2\Http2Stream.cs (2)
55
InputRemaining
= null;
498
InputRemaining
-= dataPayload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Stream.cs (4)
490
if (
InputRemaining
.HasValue)
493
if (dataPayload.Length >
InputRemaining
.Value)
535
if (
InputRemaining
.HasValue)
538
if (
InputRemaining
.Value != 0)