stas        2003/11/26 00:01:36

  Modified:    src/docs/2.0/user/handlers intro.pod
  Log:
  Apache::DONE in PerlPreConnectionHandler also allows PerlConnectionHandler
  to continue
  
  Revision  Changes    Path
  1.17      +2 -2      modperl-docs/src/docs/2.0/user/handlers/intro.pod
  
  Index: intro.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/intro.pod,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- intro.pod 26 Nov 2003 07:58:49 -0000      1.16
  +++ intro.pod 26 Nov 2003 08:01:36 -0000      1.17
  @@ -110,8 +110,8 @@
   aren't really handled by Apache, the handler is supposed to take care
   of any errors by itself. The only special case is the
   
C<L<PerlPreConnectionHandler|docs::2.0::user::handlers::protocols/PerlPreConnectionHandler>>
  -handler, which, if returning anything but C<Apache::OK>, will prevent
  -from
  +handler, which, if returning anything but C<Apache::OK> or
  +C<Apache::DONE>, will prevent from
   
C<L<PerlConnectionHandler|docs::2.0::user::handlers::protocols/PerlConnectionHandler>>
   to be
   run. 
C<L<PerlPreConnectionHandler|docs::2.0::user::handlers::protocols/PerlPreConnectionHandler>>
  
  
  

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

Reply via email to