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 35ca155 commit 7b9b4cfCopy full SHA for 7b9b4cf
source/s3_client.c
@@ -2142,7 +2142,7 @@ void aws_s3_client_update_meta_requests_threaded(struct aws_s3_client *client) {
2142
struct aws_s3_request *request = NULL;
2143
2144
/* Try to grab the next request from the meta request. */
2145
- bool work_remaining = aws_s3_meta_request_update(meta_request, 0, &request);
+ bool work_remaining = aws_s3_meta_request_update(meta_request, pass_flags[pass_index], &request);
2146
2147
if (work_remaining) {
2148
/* If there is work remaining, but we didn't get a request back, take the meta request out of the
0 commit comments