]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove SSL hack 2167/head
authorAntoine Pitrou <antoine@python.org>
Tue, 17 Oct 2017 16:29:47 +0000 (18:29 +0200)
committerAntoine Pitrou <antoine@python.org>
Tue, 17 Oct 2017 16:29:47 +0000 (18:29 +0200)
commit3b374d59228abb840d7d882b39876b05acd0dabb
tree771c7a363bb75c326a727b32c4818ae7ada21ddd
parent37081d792896a44d27c3423b73001937d972c806
Remove SSL hack

All recent Python versions (including recent Python 2.7 updates)
set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER on OpenSSL sockets, so
we needn't freeze the write buffer anymore.
tornado/iostream.py