]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_deflate: follow up to r1619383.
authorYann Ylavic <ylavic@apache.org>
Thu, 21 Aug 2014 15:30:14 +0000 (15:30 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 21 Aug 2014 15:30:14 +0000 (15:30 +0000)
commit5cffb8a488b58cb33ea04ccfca7005800fca9d66
treec99c508c37a8a40b196be39c48ee068042b47ba2
parent18bc74d06e8d77ff4dd29414ba9987eb644f92d8
mod_deflate: follow up to r1619383.

deflate_in_filter():
- use inflated bytes per inflate() call to compute the total output bytes,
- check zlib errors before limits,
- add missing check_ratio() when asked to flush.

deflate_out_filter():
- check ratio after each inflate() call.

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