]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use AsyncHTTPClient's defaults option in AsyncHTTPSTestCase.
authorBen Darnell <ben@bendarnell.com>
Mon, 19 Nov 2012 15:14:01 +0000 (10:14 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 19 Nov 2012 15:14:01 +0000 (10:14 -0500)
commit080f285b9d9347d2c8d1a67118259ee02d3acd2b
tree7bd8a2a1cd5d5e9ac1d064ab65363aacebf28969
parent26078cdb40b74ac9e92817774600d99d5124bd29
Use AsyncHTTPClient's defaults option in AsyncHTTPSTestCase.

Fix test_non_ssl_request, which has apparently been testing the wrong
thing for some time.
tornado/test/httpserver_test.py
tornado/testing.py