Remove webdav HTTP methods. They are rarely used and less probably filtered.

This commit is contained in:
ValdikSS 2017-08-28 11:42:30 +03:00
parent 2fe377a23f
commit 00e4964e73
1 changed files with 0 additions and 9 deletions

View File

@ -53,15 +53,6 @@ static const char *http_methods[] = {
"DELETE ",
"CONNECT ",
"OPTIONS ",
"TRACE ",
"PATCH ",
"PROPFIND ",
"PROPPATCH ",
"MKCOL ",
"COPY ",
"MOVE ",
"LOCK ",
"UNLOCK ",
};
static char* dumb_memmem(const char* haystack, int hlen, const char* needle, int nlen) {