feat: Introduce Bodies of Unknown Size

This commit is contained in:
Lorenz Leutgeb
2026-05-15 10:13:47 +02:00
committed by GitHub
parent c853e44ffc
commit c2612e2839
6 changed files with 159 additions and 1 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ impl IntoResponse for StatusCode {
impl IntoResponse for () {
fn into_response(self) -> Response {
Body::empty().into_response()
Body::unknown().into_response()
}
}