APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/08/12 21:05:00 $]
+Last modified at [$Date: 2003/08/13 16:55:21 $]
Release:
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ * Fix bug in mod_deflate, which was passing calling deflate()
+ without checkinig 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]
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_deflate.c.diff?r1=1.35&r2=1.36
+ +1: stas
+
* Correct the code in ap_check_cache_feshness to check max_age, smax_age,
and expires correctly. This is a RFC 2616 compliance issue.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/cache_util.c.diff?r1=1.26&r2=1.27