I tripped over the fact that the PerlResponseHandler does not send EOS
(which is optional, after all). Here are a couple of reasons mod_perl
should go ahead and send the EOS right after the PerlRespnseHandler
exits:
- Efficiency: one less brigade & associated calls, since it can be added
to th
I know you don't need *FunctionTable.pm, but hey, it's free.
--- ../modperl-2.0/src/modules/perl/modperl_filter.hTue May 22 11:07:28 2001
+++ src/modules/perl/modperl_filter.h Tue May 29 14:16:26 2001
@@ -42,6 +42,15 @@
SV *buffer,