Skip to content

Commit 6e66a7c

Browse files
rccarpermillems
authored andcommitted
Updating comment
1 parent d5e031c commit 6e66a7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtAsyncHttpClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ public interface Builder extends SdkAsyncHttpClient.Builder<AwsCrtAsyncHttpClien
296296
Builder verifyPeer(boolean verifyPeer);
297297

298298
/**
299-
* If set to true, then the TCP read back pressure mechanism will be enabled.
299+
* If set to true, then the TCP read back pressure mechanism will be enabled, and the user
300+
* is responsible for calling incrementWindow on the stream object.
300301
* @param manualWindowManagement true if the TCP back pressure mechanism should be enabled.
301302
* @return The builder of the method chaining.
302303
*/

0 commit comments

Comments
 (0)