Skip to content

Commit 9d4f540

Browse files
committed
doc update
1 parent 855e4ff commit 9d4f540

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

awscrt/aio/http.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async def new(cls,
168168
Default is False.
169169
170170
initial_window_size (Optional[int]): Initial window size for flow control.
171-
If None, uses default value.
171+
Required if manual_window_management is True, ignored otherwise.
172172
173173
read_buffer_capacity (Optional[int]): Capacity in bytes of the HTTP/1.1 connection's
174174
read buffer. The buffer grows when the flow-control window of the incoming stream
@@ -253,7 +253,7 @@ async def new(cls,
253253
Default is False.
254254
255255
initial_window_size (Optional[int]): Initial window size for flow control.
256-
If None, uses default value.
256+
Required if manual_window_management is True, ignored otherwise.
257257
258258
conn_manual_window_management (bool): If True, enables manual connection-level flow control
259259
for the entire HTTP/2 connection. When enabled, the connection's flow-control window

awscrt/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def new(cls,
374374
Default is False.
375375
376376
initial_window_size (Optional[int]): Initial window size for flow control.
377-
If None, uses default value.
377+
Required if manual_window_management is True, ignored otherwise.
378378
379379
conn_manual_window_management (bool): If True, enables manual connection-level flow control
380380
for the entire HTTP/2 connection. When enabled, the connection's flow-control window

0 commit comments

Comments
 (0)