]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix SSLIOStream in Python 3.5a1.
authorBen Darnell <ben@bendarnell.com>
Wed, 18 Feb 2015 22:12:13 +0000 (17:12 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 18 Feb 2015 22:18:59 +0000 (17:18 -0500)
commitd4982e8b9a040c56596faa08c1b8d41368d7294a
tree23bd10a45cc12f14a53aae0e79564b0ae89250e6
parent6932b7384adb75cf505d59cfed5c13868d1439a4
Fix SSLIOStream in Python 3.5a1.

The behavior of SSLSocket.send() with an unwriteable socket
has changed: http://bugs.python.org/issue20951
tornado/iostream.py