glance/etc
Flaper Fesp 0a4f4aff6c Compress response's content according to client's accepted encoding
Currently Glance ignores the Accept-Encoding header and returns
responses as they are regardless the client accepts gzip or other type
of compression.

This patch adds this capability to glance (by using a middleware)
supporting just gzip for now.

Important note:
    - The patch uses a lazy compression for Content-Type
    application/octet-stream but in order to do that, the
    content-length has to be unset which means that when an image is
    downloaded the content-length will be unknown to the client.

Fixes bug: 1150380

Change-Id: Ieb65837d4e3fe310f97d9666882ecc572b14956a
2013-04-30 19:31:57 +02:00
..
glance-api-paste.ini Compress response's content according to client's accepted encoding 2013-04-30 19:31:57 +02:00
glance-api.conf Document db_auto_create in default config files 2013-02-22 11:25:30 +00:00
glance-cache.conf Update glance config files with log defaults 2013-01-21 16:58:33 +00:00
glance-registry-paste.ini Use auth_token middleware from python-keystoneclient. 2012-11-28 10:30:50 +08:00
glance-registry.conf Document db_auto_create in default config files 2013-02-22 11:25:30 +00:00
glance-scrubber.conf Merge "Encrypt scrubber marker files" 2013-02-12 05:22:08 +00:00
logging.cnf.sample First round of logging functionality: 2011-02-01 13:18:40 -05:00
policy.json Merge in update openstack-common policy code 2012-10-23 13:57:24 -05:00
schema-image.json Removed controversial common image property 'os_libosinfo_shortid' 2013-02-26 20:55:58 +00:00