From: Cliff Woolley Date: Wed, 13 Aug 2003 21:02:04 +0000 (+0000) Subject: /me kicks self X-Git-Tag: 2.0.48~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d532101043158c6a951336d2720844b469290e89;p=thirdparty%2Fapache%2Fhttpd.git /me kicks self git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100983 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 775767322bd..00cfbe9fe5a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/08/13 20:59:43 $] +Last modified at [$Date: 2003/08/13 21:02:04 $] Release: @@ -65,7 +65,7 @@ PATCHES TO PORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] - * Fix mod_deflate so that does not call deflate() without checking + * Fix mod_deflate so that it does not call deflate() without checking first whether it has something to deflate. (Currently this causes deflate to generate a fatal error according to the zlib spec.) PR 22259. [Stas Bekman]