Comment 9 for bug 1282861

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-swiftclient (master)

Reviewed: https://review.openstack.org/184956
Committed: https://git.openstack.org/cgit/openstack/python-swiftclient/commit/?id=f728027bed59d08a6491ae9c14d2f5968f8d6fa3
Submitter: Jenkins
Branch: master

commit f728027bed59d08a6491ae9c14d2f5968f8d6fa3
Author: Tim Burke <email address hidden>
Date: Thu May 21 22:44:36 2015 -0700

    Accept gzip-encoded API responses

    Previously, we would accept gzip-encoded responses, but only because we
    were letting requests decode *all* responses (even object data). This
    restores the previous capability, but with tighter controls about which
    requests will accept gzipped responses and where the decoding happens.

    Change-Id: I4fd8b97207b9ab01b1bcf825cc16efd8ad46344a
    Related-Bug: 1282861
    Related-Bug: 1338464