Skip to content

Commit dc1da9a

Browse files
authored
clarify recv() and send() on SSLObject (#2100)
SSLObject has recv() and send(), but they don't do any network io.
1 parent 3f8f16d commit dc1da9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,8 +2112,8 @@ provided.
21122112
When compared to :class:`SSLSocket`, this object lacks the following
21132113
features:
21142114

2115-
- Any form of network IO incluging methods such as ``recv()`` and
2116-
``send()``.
2115+
- Any form of network IO including; ``recv()`` and ``send()`` read and write
2116+
only to the underlying :class:`MemoryBIO` buffers.
21172117

21182118
- There is no *do_handshake_on_connect* machinery. You must always manually
21192119
call :meth:`~SSLSocket.do_handshake` to start the handshake.

0 commit comments

Comments
 (0)