File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1017,7 +1017,7 @@ struct aws_future_http_message *s_s3_prepare_upload_part(struct aws_s3_request *
10171017
10181018 s_s3_prepare_upload_part_finish (part_prep , AWS_ERROR_SUCCESS );
10191019 } else {
1020- printf ("PARALLEL retry\n" );
1020+ printf ("PARALLEL retry fread \n" );
10211021 /* Not the first time preparing request (e.g. retry).
10221022 * We can skip over the async steps that read the body stream */
10231023 /* Seek back to beginning of the stream. */
Original file line number Diff line number Diff line change @@ -1143,6 +1143,7 @@ static struct aws_s3_meta_request *s_s3_client_meta_request_factory_default(
11431143 const struct aws_s3_meta_request_options * options ) {
11441144 AWS_PRECONDITION (client );
11451145 AWS_PRECONDITION (options );
1146+ printf ("s_s3_client_meta_request_factory_default_fread\n" );
11461147
11471148 const struct aws_http_headers * initial_message_headers = aws_http_message_get_headers (options -> message );
11481149 AWS_ASSERT (initial_message_headers );
You can’t perform that action at this time.
0 commit comments