Skip to content

Commit bd27898

Browse files
committed
Fix docstrings
1 parent 9414957 commit bd27898

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Lib/asyncio/events.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@ async def create_server(
352352
353353
ssl_handshake_timeout is the time in seconds that an SSL server
354354
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.
357356
358357
start_serving set to True (default) causes the created server
359358
to start accepting connections immediately. When set to False,
@@ -411,7 +410,7 @@ async def create_unix_server(
411410
accepted connections.
412411
413412
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).
415414
416415
start_serving set to True (default) causes the created server
417416
to start accepting connections immediately. When set to False,

0 commit comments

Comments
 (0)