3 writes to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3Stream.cs (3)
101InputRemaining = null; 858InputRemaining = HttpRequestHeaders.ContentLength; 942InputRemaining -= payload.Length;
4 references to InputRemaining
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Stream.cs (4)
762if (InputRemaining.HasValue) 765if (InputRemaining.Value != 0) 934if (InputRemaining.HasValue) 937if (payload.Length > InputRemaining.Value)