stas        2004/03/03 13:07:53

  Modified:    src/docs/2.0/api/Apache Filter.pod
  Log:
  META: It seems that you can't add a filter when another filter is
  called. I've tried to add an output connection filter from the input
  connection filter when it was called for the first time. It didn't
  have any affect for the first request (over keepalive connection). The
  only way I succeeded to do that is from that input connection filter's
  filter_init handler.
  
  Revision  Changes    Path
  1.10      +6 -2      modperl-docs/src/docs/2.0/api/Apache/Filter.pod
  
  Index: Filter.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Filter.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- Filter.pod        2 Mar 2004 03:51:13 -0000       1.9
  +++ Filter.pod        3 Mar 2004 21:07:53 -0000       1.10
  @@ -547,8 +547,12 @@
   
   =back
   
  -
  -
  +META: It seems that you can't add a filter when another filter is
  +called. I've tried to add an output connection filter from the input
  +connection filter when it was called for the first time. It didn't
  +have any affect for the first request (over keepalive connection). The
  +only way I succeeded to do that is from that input connection filter's
  +filter_init handler.
   
   
   =head2 C<add_output_filter>
  
  
  

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

Reply via email to