]> granicus.if.org Git - apache/commitdiff
We should return
authorJim Jagielski <jim@apache.org>
Tue, 2 Oct 2007 21:16:00 +0000 (21:16 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 2 Oct 2007 21:16:00 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@581388 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index bb78d03996fbd7cef0522ee8784bdc64e0516605..94c55a6a7fbd4393e5fc9315d7aa79d8ba349b34 100644 (file)
@@ -237,7 +237,7 @@ static int http_create_request(request_rec *r)
 static int http_send_options(request_rec *r)
 {
     if ((r->method_number == M_OPTIONS) && r->uri && (r->uri[0] == '*')) {
-        return OK;           /* Send HTTP pong, without Allow header */
+        return DONE;           /* Send HTTP pong, without Allow header */
     }
     return DECLINED;
 }