1 write to _cannotResetInputPipe
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1ContentLengthMessageBody.cs (1)
240_cannotResetInputPipe = !consumed.Equals(examined);
5 references to _cannotResetInputPipe
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1ContentLengthMessageBody.cs (5)
76if (!_cannotResetInputPipe) 99if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 || _cannotResetInputPipe) 147if (!_readResult.IsCanceled || Interlocked.Exchange(ref _userCanceled, 0) == 1 || _cannotResetInputPipe) 157if (_cannotResetInputPipe) 269if (_cannotResetInputPipe)