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 9dd8f8c commit bcb0d1dCopy full SHA for bcb0d1d
source/s3_meta_request.c
@@ -1426,7 +1426,6 @@ static int s_s3_meta_request_incoming_headers(
1426
if (request->part_range_end != object_range_end) {
1427
/* In the case where the object size is less than the range requested. It must be return the
1428
* last part to the end of the object. */
1429
- AWS_FATAL_ASSERT(object_range_start + object_size - 1 == object_range_end);
1430
if (object_size != object_range_end + 1 || request->part_range_end < object_range_end) {
1431
/* Something went wrong if it's matching. Log the error. */
1432
AWS_LOGF_ERROR(
0 commit comments