stas 2003/08/13 14:32:33
Modified: ModPerl-Registry/t flush.t
Log:
irc rules, nothing makes developers do things but a personal nag ;)
so the mod_deflate fix is in 2.0.48
Revision Changes Path
1.2 +3 -5 modperl-2.0/ModPerl-Registry/t/flush.t
Index: flush.t
===================================================================
RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/flush.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flush.t 5 Aug 2003 18:51:10 -0000 1.1
+++ flush.t 13 Aug 2003 21:32:33 -0000 1.2
@@ -6,11 +6,9 @@
use Apache::TestRequest qw(GET_BODY);
plan tests => 1, have 'Compress::Zlib', 'deflate',
- have_min_apache_version("2.0.49");
-
-#XXX which release the mod_deflate bug is fixed in? Apache/2.0.49?
-# should probably submit a bug report and use the bug id here so
-# others can track the problem
+ have_min_apache_version("2.0.48");
+# it requires httpd 2.0.48 because of the bug in mod_deflate:
+# http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22259
require Compress::Zlib;