Skip to content
Snippets Groups Projects
Unverified Commit 2fdcc6f2 authored by Kumar Aditya's avatar Kumar Aditya Committed by GitHub
Browse files

GH-91635: clarify docs about closing of transport in asyncio (#98563)

parent 3b2724ab
Branches
Tags
No related merge requests found
...@@ -156,7 +156,8 @@ Base Transport ...@@ -156,7 +156,8 @@ Base Transport
will be received. After all buffered data is flushed, the will be received. After all buffered data is flushed, the
protocol's :meth:`protocol.connection_lost() protocol's :meth:`protocol.connection_lost()
<BaseProtocol.connection_lost>` method will be called with <BaseProtocol.connection_lost>` method will be called with
:const:`None` as its argument. :const:`None` as its argument. The transport should not be
used once it is closed.
.. method:: BaseTransport.is_closing() .. method:: BaseTransport.is_closing()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment