Kaydet (Commit) dc1da9ad authored tarafından Benjamin Peterson's avatar Benjamin Peterson Kaydeden (comit) GitHub

clarify recv() and send() on SSLObject (#2100)

SSLObject has recv() and send(), but they don't do any network io.
üst 3f8f16d1
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment