]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a missing stack_context.wrap in SSLIOStream.connect.
authorBen Darnell <ben@bendarnell.com>
Thu, 16 May 2013 01:44:34 +0000 (21:44 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 16 May 2013 01:44:34 +0000 (21:44 -0400)
commit34a285865e98be86c47cf6ab8425b75d3b377bf9
treecb819c893342b81c07d9726d1746be7bb2f122c5
parent6f9cbabe986aba9f56438c7320233ec34a6983f6
Add a missing stack_context.wrap in SSLIOStream.connect.

Run some of simple_httpclient test in both HTTP and HTTPS modes, which
would have detected this bug.

Closes #787.
tornado/iostream.py
tornado/test/simple_httpclient_test.py