]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Fix wrong FLUSH bucket handling in deflate_out_filter: Actually the internal
authorRuediger Pluem <rpluem@apache.org>
Mon, 17 Jul 2006 14:32:50 +0000 (14:32 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 17 Jul 2006 14:32:50 +0000 (14:32 +0000)
commit54c1b9749e262a4c54e081d6ecb09b94a357989b
tree43b8744967e22c20dcd985dee4f95ebc455e02a2
parentd26fded1ef46135eb4cf328983d85158d1abc821
* Fix wrong FLUSH bucket handling in deflate_out_filter: Actually the internal
  structures of libz never got flushed as ctx->stream.avail_in is always zero
  here. As the EOS and the FLUSH bucket case use the same code for flushing
  libz's internal buffers move this code to the new function flush_zlib_buffer.

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