aboutsummaryrefslogtreecommitdiff
path: root/httpd/server_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd/server_http.c')
-rw-r--r--httpd/server_http.c1
1 files changed, 1 insertions, 0 deletions
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: