We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d5a14 commit 2dccd34Copy full SHA for 2dccd34
src/aws-cpp-sdk-transfer/source/transfer/TransferManager.cpp
@@ -1139,7 +1139,7 @@ namespace Aws
1139
const auto& requestedRange = request.GetRange();
1140
const auto& responseContentRange = outcome.GetResult().GetContentRange();
1141
1142
- if (responseContentRange.empty() or !VerifyContentRange(requestedRange, responseContentRange)) {
+ if (responseContentRange.empty() || !VerifyContentRange(requestedRange, responseContentRange)) {
1143
Aws::Client::AWSError<Aws::S3::S3Errors> error(Aws::S3::S3Errors::INTERNAL_FAILURE,
1144
"ContentRangeMismatch",
1145
"ContentRange in response does not match requested range",
0 commit comments