CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/08/21 01:30:50
Modified files: usr.sbin/httpd : server_http.c Log message: The WebDAV MOVE method was not included in the switch statement handling the HTTP methods in server_http.c which resulted in a 405 method not allowed error when trying to use it. Fix by jaminh on github