Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e912e65 commit 4bfb14aCopy full SHA for 4bfb14a
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -567,8 +567,11 @@ Server
567
568
.. method:: close()
569
570
- Stop serving: close all sockets and set the :attr:`sockets` attribute to
571
- ``None``.
+ Stop serving: close listening sockets and set the :attr:`sockets`
+ attribute to ``None``.
572
+
573
+ The sockets that represent existing incoming client connections are
574
+ leaved open.
575
576
The server is closed asynchonously, use the :meth:`wait_closed` coroutine
577
to wait until the server is closed.
0 commit comments