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 073c660 commit f91dfdfCopy full SHA for f91dfdf
Doc/library/asyncio-eventloop.rst
@@ -830,6 +830,9 @@ TLS Upgrade
830
object only because the coder caches *protocol*-side data and sporadically
831
exchanges extra TLS session packets with *transport*.
832
833
+ In some situations (e.g. when the passed transport is already closing) this
834
+ may return ``None``.
835
+
836
Parameters:
837
838
* *transport* and *protocol* instances that methods like
0 commit comments