]> git.ipfire.org Git - thirdparty/tornado.git/commit
Crude fix for issue #855: automatically initiate SSL handshake in SSLIOStream. 856/head
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Jul 2013 13:09:05 +0000 (15:09 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Jul 2013 13:09:05 +0000 (15:09 +0200)
commit0f03204286fb16b801c5b69f0bad606b5ccec2e8
tree4df214fb284aa29842d92964f1f03e1a75b3361b
parent191972be40476904abfc98c349be4300ac882f2f
Crude fix for issue #855: automatically initiate SSL handshake in SSLIOStream.
Perhaps this should be exposed as an option instead?
tornado/iostream.py
tornado/test/iostream_test.py