mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user