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.
None
asyncio.EventLoop.start_tls
1 parent 27bd2d1 commit 7bdf2c1Copy full SHA for 7bdf2c1
Doc/library/asyncio-eventloop.rst
@@ -895,6 +895,9 @@ TLS Upgrade
895
object only because the coder caches *protocol*-side data and sporadically
896
exchanges extra TLS session packets with *transport*.
897
898
+ In some situations (e.g. when the passed transport is already closing) this
899
+ may return ``None``.
900
+
901
Parameters:
902
903
* *transport* and *protocol* instances that methods like
0 commit comments