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)
188var maxLength = _unexaminedInputLength + _examinedUnconsumedBytes;