3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
1190_currentHeadersStream.InputRemaining = _currentHeadersStream.RequestHeaders.ContentLength;
Internal\Http2\Http2Stream.cs (2)
43InputRemaining = null; 486InputRemaining -= dataPayload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Stream.cs (4)
478if (InputRemaining.HasValue) 481if (dataPayload.Length > InputRemaining.Value) 523if (InputRemaining.HasValue) 526if (InputRemaining.Value != 0)