Jeff Trawick wrote:
On Fri, 16 Jul 2004 21:48:23 -0700, Stas Bekman <[EMAIL PROTECTED]> wrote:


AP_DECLARE(int) ap_meets_conditions(request_rec *r);

The @return value seems to be totally bogus, the function returns OK (0)
if the conditions were met (not 1), otherwise it returns either of these
two:

#define HTTP_PRECONDITION_FAILED           412
#define HTTP_NOT_MODIFIED                  304

though since other constants may be returned later should the doc be
something like the following:

 * @return OK if the response fulfills the condition GET rules, some
other status code otherwise


+1

Thanks Jeff, done.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to