1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Leverage the OPTIONS code for HEAD as well...

So we now support: TCP, OPTIONS and HEAD.

Right now, anything other than an error (even a 404)
is consider a PASS.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2016-01-18 23:23:43 +00:00
parent a611f2cb5e
commit 99f84abbd9
2 changed files with 90 additions and 34 deletions

View File

@@ -47,7 +47,7 @@ hcmethods_t hcmethods[] = {
{NONE, "NONE", 1},
{TCP, "TCP", 1},
{OPTIONS, "OPTIONS", 1},
{HEAD, "HEAD", 0},
{HEAD, "HEAD", 1},
{GET, "GET", 0},
{CPING, "CPING", 0},
{PROVIDER, "PROVIDER", 0},