]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove a special case that avoided using curl in tests for HTTPS.
authorBen Darnell <ben@bendarnell.com>
Mon, 9 Mar 2015 02:04:59 +0000 (22:04 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 9 Mar 2015 02:04:59 +0000 (22:04 -0400)
commit0d4eaeb6f116a6913005ef36207c768b5c83d178
treefb4ca3a77d3767f57c790bc068e292e8683c6600
parentd0cef40f47c5a032b396c54912bf965615359486
Remove a special case that avoided using curl in tests for HTTPS.

This problem should have long since been fixed; any problematic
configurations don't deserve to misleadingly pass the tests.
tornado/testing.py