mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Fix typo in file_stream error message (#3459)
This commit is contained in:
@@ -284,7 +284,7 @@ where
|
|||||||
.unwrap_or_else(|e| {
|
.unwrap_or_else(|e| {
|
||||||
(
|
(
|
||||||
StatusCode::INTERNAL_SERVER_ERROR,
|
StatusCode::INTERNAL_SERVER_ERROR,
|
||||||
format!("build FileStream responsec error: {e}"),
|
format!("build FileStream response error: {e}"),
|
||||||
)
|
)
|
||||||
.into_response()
|
.into_response()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user