stas 2003/11/26 09:47:34 Modified: src/docs/2.0/user/handlers intro.pod Log: don't suggest to call $r->status() Submitted by: geoff Revision Changes Path 1.18 +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.17 retrieving revision 1.18 diff -u -u -r1.17 -r1.18 --- intro.pod 26 Nov 2003 08:01:36 -0000 1.17 +++ intro.pod 26 Nov 2003 17:47:34 -0000 1.18 @@ -93,8 +93,8 @@ status, which similarly to C<Apache::DONE> will cause an abort of the request cycle, by also will be interpreted as an error. Therefore you don't want to return C<Apache::HTTP_OK> from your HTTP response -handler, but C<Apache::OK>. If you want to set the status for the HTTP -response, use the C<$r-E<gt>status()> method. +handler, but C<Apache::OK> and Apache will send the C<200 OK> status +by itself. L<Filter handlers|docs::2.0::user::handlers::filters> return C<Apache::OK> to indicate that the filter has successfully
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]