Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 2, 2023
1 parent 8a832b6 commit cf4f680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_auto_ranged_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static bool s_s3_auto_ranged_get_update(
* request to figure that out. */
if (!auto_ranged_get->synced_data.object_range_known) {
if (auto_ranged_get->synced_data.head_object_sent || auto_ranged_get->synced_data.get_first_part_sent ||
auto_ranged_get->synced_data.get_first_part_sent > 0) {
auto_ranged_get->synced_data.num_parts_requested > 0) {
goto has_work_remaining;
}
/* If there exists a range header or we require validation of the response checksum, we currently
Expand Down

0 comments on commit cf4f680

Please sign in to comment.