Propfind implementation + dav-proto merge

This commit is contained in:
mdecimus
2025-03-24 19:43:41 +01:00
parent 42a5652c8c
commit 8004e32870
147 changed files with 12041 additions and 106 deletions

View File

@@ -171,7 +171,7 @@ impl HttpResponse {
.map_err(|never| match never {})
.boxed(),
),
HttpResponseBody::Empty => self.builder.body(
HttpResponseBody::Empty => self.builder.header(header::CONTENT_LENGTH, 0).body(
Full::new(Bytes::new())
.map_err(|never| match never {})
.boxed(),