stas 2002/11/16 21:29:11 Modified: src/docs/2.0/user/handlers filters.pod Log: Need to adjust the output of FilterSnoop, because Apache now doesn't set CL header for dynamic content, so there is no setaside. Need to adjust the snoop output section/explanation for this change. Revision Changes Path 1.5 +4 -0 modperl-docs/src/docs/2.0/user/handlers/filters.pod Index: filters.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/filters.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- filters.pod 17 Nov 2002 05:28:40 -0000 1.4 +++ filters.pod 17 Nov 2002 05:29:11 -0000 1.5 @@ -439,6 +439,10 @@ filter is of type I<EOS>, meaning that all the input data from the current request has been received. +META: that's not true anymore, Apache now doesn't set CL header for +dynamic content, so there is no setaside. Need to adjust the section +for this change. + Next we can see that C<MyApache::Dump::handler> has generated its response. However only the request output filter is filtering it at this point:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]