File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments