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
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;
}