diff options
author | Tristan Cacqueray <tristan.cacqueray@enovance.com> | 2014-01-24 17:40:16 +0100 |
---|---|---|
committer | Tristan Cacqueray <tristan.cacqueray@enovance.com> | 2014-02-12 13:21:26 +0100 |
commit | b182112719ab87942472e44aa3446ea0eb19a289 (patch) | |
tree | 8663d755145df6b64bc6b766866ebdb06639119a /swiftclient/command_helpers.py | |
parent | 9b73547b7de004fe623e454c425e9deee5d3d0ca (diff) | |
download | python-swiftclient-b182112719ab87942472e44aa3446ea0eb19a289.tar.gz |
Port to python-requests
Currently, httplib implementation does not support SSL certificate
verification. This patch fixes this. Note that ssl compression parameter
and 100-continue thing is still missing from requests, though those are
lower priority.
Requests now takes care of:
* proxy configuration (get_environ_proxies),
* chunked encoding (with data generator),
* bulk uploading (with files dictionary),
* SSL certificate verification (with 'insecure' and 'cacert' parameter).
This patch have been tested with requests 1.1.0 (CentOS 6) and requests
2.2.1 (current version).
Change-Id: Ib5de962f4102d57c71ad85fd81a615362ef175dc
Closes-Bug: #1199783
DocImpact
SecurityImpact
Diffstat (limited to 'swiftclient/command_helpers.py')
0 files changed, 0 insertions, 0 deletions