]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r563154, r563229, r563230 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 7 Aug 2007 12:10:52 +0000 (12:10 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 7 Aug 2007 12:10:52 +0000 (12:10 +0000)
commit4ab4da1a26e90d180a2e5b082813989ef2f93f16
treebf50727f215e951cbad86d4a40d475b679b634f1
parentf36196a1a312dbcd000491026b68d485866d5d56
Merge r563154, r563229, r563230 from trunk:

Don't try to compress/decompress where there's a Content-Range.
According to RFC2616, the range would have to apply *after*
applying content-encoding, so anything that's been set before
running the deflate filter is going to be broken.

* We already unset Content-Length in the inflate_out_filter. So move the
  comment and unsetting of Content-MD5 in the right place.

* Also unset Content-MD5 in the deflate_out_filter

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563466 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_deflate.c