Skip to content

Commit 7e92cb2

Browse files
committed
docs: new documentation references
1 parent 327b31f commit 7e92cb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/netius/base/compat.py

+2
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ def _start_serving(
330330
ssl_handshake_timeout=None,
331331
):
332332
# @TODO: this is pending proper Netius implementation
333+
# to make it compatible with
334+
# https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.Server.start_serving
333335
self._add_reader(
334336
sock.fileno(),
335337
self._accept_connection,

0 commit comments

Comments
 (0)