]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't try to compress/decompress where there's a Content-Range.
authorNick Kew <niq@apache.org>
Mon, 6 Aug 2007 14:37:42 +0000 (14:37 +0000)
committerNick Kew <niq@apache.org>
Mon, 6 Aug 2007 14:37:42 +0000 (14:37 +0000)
commit5ec0e3f5b601cf183a02939f4e3891f36575ccb8
tree35c97c4de2b8f0f22ba525d27f15b87b4368a190
parent719f8295429f616b03eacf6b4d42caec038739e8
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.

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