]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/filters/mod_deflate.c (deflate_out_filter): Check explicitly
authorJoe Orton <jorton@apache.org>
Thu, 2 Dec 2004 13:45:32 +0000 (13:45 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 2 Dec 2004 13:45:32 +0000 (13:45 +0000)
commit1bb2c214cdc335f3f855c9e77f5748a017e555a3
treedfc9f7bcf848475c4305f7d88a7aa98e0c215317
parentdb21c0932f1af40c1be2e0c53cc9b4aa5b246181
* modules/filters/mod_deflate.c (deflate_out_filter): Check explicitly
for a 304 or 204 response rather than a brigade which begins with EOS,
to correctly handle such responses when generated by a CGI script.
Don't alter the headers for this case either.

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