]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make sure that z_RC is not Z_STREAM_END in case we get a 0-length bucket
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 29 May 2002 17:55:42 +0000 (17:55 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 29 May 2002 17:55:42 +0000 (17:55 +0000)
commit0186eed928e8a5e7e332b48a2ddb4d74770abb64
treed84464569789efc1dc3ca353dc1be429c2fed30f
parent07ba996f25cb1ab916696849bb6d00165ce20e6c
Make sure that z_RC is not Z_STREAM_END in case we get a 0-length bucket
and we don't enter the while loop.

Submitted by: Jeff Trawick's horde of picky compilers

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