]> granicus.if.org Git - apache/commitdiff
please no // in Apache code... it doesn't compile everywhere
authorJeff Trawick <trawick@apache.org>
Thu, 23 Aug 2001 20:29:47 +0000 (20:29 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 23 Aug 2001 20:29:47 +0000 (20:29 +0000)
a note about why it is commented out would be appropriate too

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

modules/mappers/mod_negotiation.c

index 2f7fd0bdb05c723002590bcc195663c8c74bed94..4c11f397ce045c3fec6040a88c684dbc174fc423 100644 (file)
@@ -2737,9 +2737,10 @@ static int handle_map_file(request_rec *r)
         if ((res = ap_discard_request_body(r)) != OK) {
             return res;
         }
-        //if (r->method_number == M_OPTIONS) {
-        //    return ap_send_http_options(r);
-        //}
+        /*if (r->method_number == M_OPTIONS) {
+         *    return ap_send_http_options(r);
+         *}
+         */
         if (r->method_number != M_GET && r->method_number != M_POST) {
             return HTTP_METHOD_NOT_ALLOWED;
         }