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 57d8de8 commit 2737291Copy full SHA for 2737291
Doc/library/ssl.rst
@@ -2107,8 +2107,8 @@ provided.
2107
When compared to :class:`SSLSocket`, this object lacks the following
2108
features:
2109
2110
- - Any form of network IO incluging methods such as ``recv()`` and
2111
- ``send()``.
+ - Any form of network IO; ``recv()`` and ``send()`` read and write only to
+ the underlying :class:`MemoryBIO` buffers.
2112
2113
- There is no *do_handshake_on_connect* machinery. You must always manually
2114
call :meth:`~SSLSocket.do_handshake` to start the handshake.
0 commit comments