The case for sending EOS from ResponseHandler

2001-05-29 Thread barries
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

[PATCH 2.0] add Apache::Filter->tell(), ->eof(), ->close()

2001-05-29 Thread barries
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,