]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make certificate validation optional with an HTTPRequest parameter
authorBen Darnell <ben@bendarnell.com>
Tue, 15 Feb 2011 04:05:47 +0000 (20:05 -0800)
committerBen Darnell <ben@bendarnell.com>
Tue, 15 Feb 2011 04:05:47 +0000 (20:05 -0800)
commit5bff06d710b8d60e059eb4e3ee846a30a6d9efb7
treed14c45c5e32d029fdb69a8739d244af1b0a10770
parentcfa8857b819579170a7fc949bcf8c27cca040215
Make certificate validation optional with an HTTPRequest parameter
for consistency between curl and simple HTTPClients.
tornado/httpclient.py
tornado/simple_httpclient.py
tornado/test/httpserver_test.py