diff --git a/pkg/dav/response.go b/pkg/dav/response.go
index 3f40f81..283b257 100644
--- a/pkg/dav/response.go
+++ b/pkg/dav/response.go
@@ -8,7 +8,7 @@ import (
// optimized versions, no more marshalling
func BaseDirectory(path, added string) string {
- return fmt.Sprintf("/%s%shttpd/unix-directoryHTTP/1.1 200 OK", customPathEscape(path), added)
+ return fmt.Sprintf("/%s%sHTTP/1.1 200 OK", customPathEscape(path), added)
}
func Directory(path, added string) string {