File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,8 @@ struct aws_s3_client_config {
606606 *
607607 * WARNING: This feature is experimental.
608608 * Currently, backpressure is only applied to GetObject requests which are split into multiple parts,
609- * and you may still receive some data after the window reaches 0.
609+ * - you may still receive some data after the window reaches 0 for body_callback_ex.
610+ * - If you set body_callback, no more data will be delivered once the window reaches 0.
610611 */
611612 bool enable_read_backpressure ;
612613
@@ -1220,7 +1221,8 @@ struct aws_future_void *aws_s3_meta_request_write(
12201221 *
12211222 * WARNING: This feature is experimental.
12221223 * Currently, backpressure is only applied to GetObject requests which are split into multiple parts,
1223- * and you may still receive some data after the window reaches 0.
1224+ * - you may still receive some data after the window reaches 0 for body_callback_ex.
1225+ * - If you set body_callback, no more data will be delivered once the window reaches 0.
12241226 */
12251227AWS_S3_API
12261228void aws_s3_meta_request_increment_read_window (struct aws_s3_meta_request * meta_request , uint64_t bytes );
You can’t perform that action at this time.
0 commit comments