1
0
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:
Jim Jagielski
2016-01-18 19:44:20 +00:00
parent e1fa09b047
commit dbc98e6175
2 changed files with 248 additions and 91 deletions

View File

@@ -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},