Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Nov 29, 2023
1 parent a9d7793 commit 8360284
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/s3_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1675,10 +1675,8 @@ void aws_s3_client_update_meta_requests_threaded(struct aws_s3_client *client) {

for (uint32_t pass_index = 0; pass_index < num_passes; ++pass_index) {

/* While:
* * There are meta requests to get requests from.
*
* Then update meta requests to get new requests that can then be prepared (reading from any streams, signing,
/**
* Iterate through the meta requests to update meta requests and get new requests that can then be prepared (reading from any streams, signing,
* etc.) for sending.
*/
while (!aws_linked_list_empty(&client->threaded_data.meta_requests)) {
Expand Down

0 comments on commit 8360284

Please sign in to comment.