Geoffrey Young <[EMAIL PROTECTED]> writes:

> for the record, this is exactly how apache behaves for people writing
> C modules 
> - it expects a handler to return OK, DECLINED, DONE, or
> _some_http_status_all_of_which_mean_"error"
> 
> so, I'd rather not go back to 200 == OK.  not only does this make writing
> handlers in perl different than C, but is also creates a problem for
> people who use mod_perl to drive protocols other than HTTP, where 200
> might well mean something entirely different.

+1.

-- 
Joe Schaefer


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to