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