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 3b2724a commit 2fdcc6fCopy full SHA for 2fdcc6f
1 file changed
Doc/library/asyncio-protocol.rst
@@ -156,7 +156,8 @@ Base Transport
156
will be received. After all buffered data is flushed, the
157
protocol's :meth:`protocol.connection_lost()
158
<BaseProtocol.connection_lost>` method will be called with
159
- :const:`None` as its argument.
+ :const:`None` as its argument. The transport should not be
160
+ used once it is closed.
161
162
.. method:: BaseTransport.is_closing()
163
0 commit comments