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 43c603a commit 0523f6dCopy full SHA for 0523f6d
Doc/library/asyncio-eventloop.rst
@@ -878,6 +878,9 @@ TLS Upgrade
878
object only because the coder caches *protocol*-side data and sporadically
879
exchanges extra TLS session packets with *transport*.
880
881
+ In some situations (e.g. when the passed transport is already closing) this
882
+ may return ``None``.
883
+
884
Parameters:
885
886
* *transport* and *protocol* instances that methods like
0 commit comments