2 writes to _unexaminedInputLength
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1ContentLengthMessageBody.cs (2)
28
_unexaminedInputLength
= contentLength;
240
_unexaminedInputLength
-= TrackConsumedAndExaminedBytes(_readResult, consumed, examined);
1 reference to _unexaminedInputLength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1ContentLengthMessageBody.cs (1)
188
var maxLength =
_unexaminedInputLength
+ _examinedUnconsumedBytes;