GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/1025
LIBCLOUD-910 error with LIBCLOUD_DEBUG and compressed responses As reported in LIBCLOUD-910, the loggingconnection, used with `LIBCLOUD_DEBUG` is enabled still inspects the `content-encoding` header and tries to decode the responses. `requests` handles this via `urllib3` which has inbuilt decompression so this entire code block and module is not needed. - [ ] provide test - [ ] Fix issue - [ ] check test You can merge this pull request into a Git repository by running: $ git pull https://github.com/tonybaloney/libcloud libcloud_910 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/1025.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1025 ---- commit 4e5ddfbf2ab6c3bbaf7b2092ce3094dff54d5b59 Author: Anthony Shaw <anthonys...@apache.org> Date: 2017-04-06T01:16:32Z add test to show LIBCLOUD-910 failure ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---