File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -352,8 +352,7 @@ async def create_server(
352
352
353
353
ssl_handshake_timeout is the time in seconds that an SSL server
354
354
will wait for completion of the SSL handshake before aborting the
355
- connection. Default is 10s, longer timeouts may increase vulnerability
356
- to DoS attacks (see https://support.f5.com/csp/article/K13834)
355
+ connection. Default is 60s.
357
356
358
357
start_serving set to True (default) causes the created server
359
358
to start accepting connections immediately. When set to False,
@@ -411,7 +410,7 @@ async def create_unix_server(
411
410
accepted connections.
412
411
413
412
ssl_handshake_timeout is the time in seconds that an SSL server
414
- will wait for the SSL handshake to complete (defaults to 10s ).
413
+ will wait for the SSL handshake to complete (defaults to 60s ).
415
414
416
415
start_serving set to True (default) causes the created server
417
416
to start accepting connections immediately. When set to False,
You can’t perform that action at this time.
0 commit comments