GitHub user amastracci reopened a pull request:
https://github.com/apache/libcloud/pull/303
[LIBCLOUD-569] Removing the overloaded constructor from the rimuhosting ...
...base class.
Rimu uses gzip'ed responses but the overloaded constructor was not calling
the decompress function resuuulting in a MalformedResponseError. All
functionality in overloaded constructor already existed in the base clase.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Pertino/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/303.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 #303
----
commit feb5a8e85012ea9f78f9baf8455a154a49430a63
Author: amastracci <[email protected]>
Date: 2014-06-01T19:22:28Z
[LIBCLOUD-569] Removing the overloaded constructor from the rimuhosting
base class.
Rimu uses gzip'ed responses but the overloaded constructor was not calling
the decompress function resuuulting in a MalformedResponseError. All
functionality in overloaded constructor already existed in the base clase.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---