]> granicus.if.org Git - apache/commit
mod_deflate: follow up to r1619444.
authorYann Ylavic <ylavic@apache.org>
Thu, 21 Aug 2014 16:44:10 +0000 (16:44 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 21 Aug 2014 16:44:10 +0000 (16:44 +0000)
commit681606bbfa5936f21f9552fa961c47f313d8b455
tree5169d8c064ecae23be25fb3e308c83f6eea7613a
parent6d3f422f8c5e5a68694799cd5c99aefbc2c900a7
mod_deflate: follow up to r1619444.

Fix counting of inflated bytes in deflate_in_filter() when asked to flush, since
we now count bytes per inflate() call everywhere, we can't count all the produced
bytes there.

We still need to include all the produced bytes in the brigade.

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