Skip to content

Commit bcb0d1d

Browse files
committed
removing the wrong fatal assert fixed it.
1 parent 9dd8f8c commit bcb0d1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/s3_meta_request.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,6 @@ static int s_s3_meta_request_incoming_headers(
14261426
if (request->part_range_end != object_range_end) {
14271427
/* In the case where the object size is less than the range requested. It must be return the
14281428
* last part to the end of the object. */
1429-
AWS_FATAL_ASSERT(object_range_start + object_size - 1 == object_range_end);
14301429
if (object_size != object_range_end + 1 || request->part_range_end < object_range_end) {
14311430
/* Something went wrong if it's matching. Log the error. */
14321431
AWS_LOGF_ERROR(

0 commit comments

Comments
 (0)