Commit 328e6f5b authored by Kenton Varda's avatar Kenton Varda

Add missing HTTP method ACL (from WebDAV).

parent 72cfcfca
......@@ -346,6 +346,7 @@ static kj::Maybe<HttpMethod> consumeHttpMethod(char*& ptr) {
}
switch (*p++) {
case 'A': EXPECT_REST(A,CL)
case 'C':
switch (*p++) {
case 'H': EXPECT_REST(CH,ECKOUT)
......
......@@ -64,6 +64,7 @@ namespace kj {
MACRO(PROPPATCH) \
MACRO(SEARCH) \
MACRO(UNLOCK) \
MACRO(ACL) \
/* WebDAV */ \
\
MACRO(REPORT) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment