mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
And we now allow for health checks via OPTIONS *
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725328 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -46,7 +46,7 @@ static APR_OPTIONAL_FN_TYPE(set_worker_hc_param) *set_worker_hc_param_f = NULL;
|
||||
hcmethods_t hcmethods[] = {
|
||||
{NONE, "NONE", 1},
|
||||
{TCP, "TCP", 1},
|
||||
{OPTIONS, "OPTIONS", 0},
|
||||
{OPTIONS, "OPTIONS", 1},
|
||||
{HEAD, "HEAD", 0},
|
||||
{GET, "GET", 0},
|
||||
{CPING, "CPING", 0},
|
||||
|
Reference in New Issue
Block a user