stas        2004/03/03 13:12:27

  Modified:    src/docs/2.0/api/Apache Filter.pod
  Log:
  more updates on the issue with add filter
  
  Revision  Changes    Path
  1.11      +7 -1      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.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- Filter.pod        3 Mar 2004 21:07:53 -0000       1.10
  +++ Filter.pod        3 Mar 2004 21:12:27 -0000       1.11
  @@ -547,12 +547,18 @@
   
   =back
   
  -META: It seems that you can't add a filter when another filter is
  +[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.
  +In fact it does work if there is any filter additional filter of the
  +same kind configured from httpd.conf or via filter_init. It looks like
  +there is a bug in httpd, where it doesn't prepare the chain of 3rd
  +party filter if none were inserted before the first filter was called.]
  +
  +
   
   
   =head2 C<add_output_filter>
  
  
  

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

Reply via email to