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:
@@ -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},
|
||||
|
Reference in New Issue
Block a user