1 write to _totalRead
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestStream.cs (1)
342_totalRead += bytesRead;
2 references to _totalRead
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\RequestStream.cs (2)
343if (_maxSize.HasValue && _totalRead > _maxSize.Value) 346$"The total number of bytes read {_totalRead} has exceeded the request body size limit {_maxSize.Value}.",