mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#18466: merge with 3.3.
This commit is contained in:
commit
a7e7497d88
12 changed files with 12 additions and 12 deletions
|
@ -1638,7 +1638,7 @@ static PyObject *PySSL_SSLshutdown(PySSLSocket *self)
|
|||
* Otherwise OpenSSL might read in too much data,
|
||||
* eating clear text data that happens to be
|
||||
* transmitted after the SSL shutdown.
|
||||
* Should be safe to call repeatedly everytime this
|
||||
* Should be safe to call repeatedly every time this
|
||||
* function is used and the shutdown_seen_zero != 0
|
||||
* condition is met.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue