stas 2002/11/19 16:52:18 Modified: src/docs/2.0/user/handlers filters.pod Log: tidy Revision Changes Path 1.7 +2 -3 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- filters.pod 20 Nov 2002 00:36:38 -0000 1.6 +++ filters.pod 20 Nov 2002 00:52:18 -0000 1.7 @@ -240,11 +240,10 @@ use strict; use warnings; - use APR::Bucket (); - use base qw(Apache::Filter); use Apache::FilterRec (); use APR::Brigade (); + use APR::Bucket (); use Apache::Const -compile => qw(OK DECLINED); use APR::Const -compile => ':common'; @@ -413,7 +412,7 @@ Here the HTTP header has been terminated by a double new line. So far all the buckets were of the I<HEAP> type, meaning that they were allocated from the heap memory. Notice that the HTTP request input -filters will never see the bucket brigade with HTTP headers, as it has +filters will never see the bucket brigades with HTTP headers, as it has been consumed by the last core connection filter. The following two entries are generated when
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]