]> git.ipfire.org Git - thirdparty/tornado.git/commit
TCPClient: connect without SSL and wrap the connection later.
authorBen Darnell <ben@bendarnell.com>
Sat, 24 May 2014 21:00:53 +0000 (17:00 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 24 May 2014 21:00:53 +0000 (17:00 -0400)
commit652ed91a158189c07785eb120cbacce1d84a6ee8
treec82528fae70e213e6d9de3efeeff899826123b6a
parentdb7953106f247d4ee4c4942277fa4d9c6f1c42c9
TCPClient: connect without SSL and wrap the connection later.

This prevents us from potentially starting two SSL handshakes
at the same time.
tornado/tcpclient.py