]> granicus.if.org Git - apache/commitdiff
fix the invalid return value entry for ap_meets_conditions
authorStas Bekman <stas@apache.org>
Sun, 18 Jul 2004 20:06:38 +0000 (20:06 +0000)
committerStas Bekman <stas@apache.org>
Sun, 18 Jul 2004 20:06:38 +0000 (20:06 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104326 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 6522267e8b1d6c4153d8e9e2d2363bb6d8a0fe5e..cb2d23886dc5bcb9e33bf3c94d59b2935e0b9e30 100644 (file)
@@ -178,7 +178,8 @@ AP_DECLARE(void) ap_set_last_modified(request_rec *r);
  * inspects the client headers and determines if the response fulfills 
  * the requirements specified.
  * @param r The current request
- * @return 1 if the response fulfills the condition GET rules, 0 otherwise
+ * @return OK if the response fulfills the condition GET rules, some
+ *         other status code otherwise
  * @deffunc int ap_meets_conditions(request_rec *r)
  */
 AP_DECLARE(int) ap_meets_conditions(request_rec *r);