]> granicus.if.org Git - apache/commit
Generalise the content encoding detection and protocol:
authorNick Kew <niq@apache.org>
Fri, 3 Aug 2007 15:42:30 +0000 (15:42 +0000)
committerNick Kew <niq@apache.org>
Fri, 3 Aug 2007 15:42:30 +0000 (15:42 +0000)
commite289c64c1f3cf8fd98e930d85e11f869d87d3619
treebf4a70cb9e29c67efcb6fadedd9183ef8c09a385
parent5ad2d637e8f4f670a4dc2c2fe50d002c0ac6ab3f
Generalise the content encoding detection and protocol:
so it aslo works in inflate out filter, as suggested by rpluem.

NOTE: this fails with some generators (cgi, asis) due to a deeper bug:
content-encoding is set later than mod_deflate sees it.  This has always
been the case, and could use a separate fix if anyone wants inflate_out
other than in a proxy situation.  And it's not mod_deflate's problem.

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