From 83bb0b2027449a60a8fa1144dc9da85df0b844fd Mon Sep 17 00:00:00 2001 From: Jamin Hitchcock Date: Thu, 20 Aug 2015 22:27:05 -0500 Subject: Add MOVE method --- httpd/server_http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/httpd/server_http.c b/httpd/server_http.c index a31e8ff..6b919f2 100644 --- a/httpd/server_http.c +++ b/httpd/server_http.c @@ -388,6 +388,7 @@ server_read_http(struct bufferevent *bev, void *arg) case HTTP_METHOD_OPTIONS: /* WebDAV methods */ case HTTP_METHOD_COPY: + case HTTP_METHOD_MOVE: clt->clt_toread = 0; break; case HTTP_METHOD_POST: -- cgit v1.2.3-54-g00ecf