diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-11-15 19:46:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-15 19:46:52 -0600 |
| commit | f5769191f4cd9e88cc8b4ce3b4a9f428204a26d6 (patch) | |
| tree | 1848dc9258f2e2fec888b0bad867f1836ed45787 /CHANGES.txt | |
| parent | d1e8b222e11926132a72e2468707950206cc87dd (diff) | |
| parent | 734f241a961b6b1e4b2a43c0c4b5a4d972b65b80 (diff) | |
| download | pyramid-f5769191f4cd9e88cc8b4ce3b4a9f428204a26d6.tar.gz pyramid-f5769191f4cd9e88cc8b4ce3b4a9f428204a26d6.tar.bz2 pyramid-f5769191f4cd9e88cc8b4ce3b4a9f428204a26d6.zip | |
Merge pull request #2810 from davisagli/fix-static-content-encoding
Avoid setting Content-Encoding header for static view responses.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 434557f89..1d69471f1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -97,6 +97,12 @@ Bug Fixes from previous orders have executed. See https://github.com/Pylons/pyramid/pull/2757 +- Fix static view to avoid setting the ``Content-Encoding`` response header + to an encoding guessed using Python's ``mimetypes`` module. + This was causing clients to decode the content of gzipped files + when downloading them. + See https://github.com/Pylons/pyramid/pull/2810 + Deprecations ------------ |
