Commit 5afe26d1 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

please no // in Apache code... it doesn't compile everywhere

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
parent 987506a7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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;
        }