src/server/webdav/webdav.c

branch
webdav
changeset 352
d0a7ef49db0f
parent 344
70a9b945206a
child 366
47bc686fafe4
--- a/src/server/webdav/webdav.c	Wed May 11 20:31:26 2022 +0200
+++ b/src/server/webdav/webdav.c	Wed May 11 20:41:10 2022 +0200
@@ -681,7 +681,7 @@
         protocol_status(sn, rq, 204, NULL);
         protocol_start_response(sn, rq);
     } else {
-        protocol_status(sn, rq, 204, NULL);
+        protocol_status(sn, rq, 500, NULL);
     }
     
     return ret;

mercurial