]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
functional._make_request: go back to simple version of httplib.request.
authorRobin H. Johnson <robin.johnson@dreamhost.com>
Sun, 27 Mar 2016 02:36:46 +0000 (02:36 +0000)
committerRobin H. Johnson <robin.johnson@dreamhost.com>
Wed, 20 Apr 2016 23:08:57 +0000 (16:08 -0700)
commit8da96c83afee37169627eb545b12ec69bcc2ca85
treeda9a4ec73bf62d69702dc2b096715bbcfc4be9a8
parent94fa405270970066c7eebbb95dada7b9d640301c
functional._make_request: go back to simple version of httplib.request.

The httplib.request function automatically constructs the following
headers:
content-length, host, accept-encoding

Until such time as we need to override those values in incompatible
ways, simply use it.

Fixes: https://github.com/ceph/s3-tests/pull/92#issuecomment-185970260
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
s3tests/functional/__init__.py