# this is not needed in newer Apache versions, however older
-        # versions (2.0.40) will repeatedly call this filter, waiting
+        # versions (2.0.46) will repeatedly call this filter, waiting
         # for EOS which will never come from this filter so, after
         # several invocations mark the seen_eos flag, to break the
         # vicious cirle
+        # BACK_COMPAT_MARKER: make back compat issues easy to find
         if ($count > 10) {
             $filter->seen_eos(1);
         }



but the problem doesn't happen with 2.0.46, only in 2.0.40. why s/2.0.40/2.0.46/?


well, if it's not reproducable then we'll remove that comment and code alltogether. if it is reproducable, then it affects 2.0.46 :)

in either case, I'm working up a test case and will report back. I'll hold off until this issue is cleared up.

go ahead and commit the rest, why waiting, disable this test if it fails untill you know what the problem is.



__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to