3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
86InputRemaining = null; 838InputRemaining = HttpRequestHeaders.ContentLength; 922InputRemaining -= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
744if (InputRemaining.HasValue) 747if (InputRemaining.Value != 0) 914if (InputRemaining.HasValue) 917if (payload.Length > InputRemaining.Value)