A whole lotta nope, if you implement HTCPCP then register your methods in init

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2016-07-18 16:20:27 +00:00
parent 26e6eaab3e
commit ea506b6708
2 changed files with 9 additions and 5 deletions

View File

@ -718,8 +718,6 @@ AP_DECLARE(void) ap_method_registry_init(apr_pool_t *p)
register_one_method(p, "MKACTIVITY", M_MKACTIVITY);
register_one_method(p, "BASELINE-CONTROL", M_BASELINE_CONTROL);
register_one_method(p, "MERGE", M_MERGE);
register_one_method(p, "BREW", M_BREW);
register_one_method(p, "WHEN", M_WHEN);
}
AP_DECLARE(int) ap_method_register(apr_pool_t *p, const char *methname)