diff options
author | Arthur Neves <arthurnn@gmail.com> | 2015-03-24 15:12:11 -0400 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2015-03-24 15:12:47 -0400 |
commit | b6b088429c945b5c0c213fcdb9b4f6658faf686a (patch) | |
tree | a33dd1b266f601138c0689be2a2fb23d25fd615b | |
parent | d024bad4d1f8307a66fd6684dc658fddee37147e (diff) | |
download | rails-b6b088429c945b5c0c213fcdb9b4f6658faf686a.tar.gz rails-b6b088429c945b5c0c213fcdb9b4f6658faf686a.tar.bz2 rails-b6b088429c945b5c0c213fcdb9b4f6658faf686a.zip |
Add changelog entry for #19271
-rw-r--r-- | actionpack/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 3f6cb5a5b1..2cbe09e3e7 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,10 @@ +* Fix regression where a gzip file response would have a Content-type, + even when it was a 304 status code. + + See #19271. + + *Kohei Suzuki* + * Fix handling of empty X_FORWARDED_HOST header in raw_host_with_port Previously, an empty X_FORWARDED_HOST header would cause |