mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
clarify recv() and send() on SSLObject (#2100)
SSLObject has recv() and send(), but they don't do any network io.
This commit is contained in:
parent
3f8f16d102
commit
dc1da9adc3
1 changed files with 2 additions and 2 deletions
|
@ -2112,8 +2112,8 @@ provided.
|
|||
When compared to :class:`SSLSocket`, this object lacks the following
|
||||
features:
|
||||
|
||||
- Any form of network IO incluging methods such as ``recv()`` and
|
||||
``send()``.
|
||||
- Any form of network IO including; ``recv()`` and ``send()`` read and write
|
||||
only to the underlying :class:`MemoryBIO` buffers.
|
||||
|
||||
- There is no *do_handshake_on_connect* machinery. You must always manually
|
||||
call :meth:`~SSLSocket.do_handshake` to start the handshake.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue