mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-16 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| {
|
||||
(
|
||||
StatusCode::INTERNAL_SERVER_ERROR,
|
||||
format!("build FileStream responsec error: {e}"),
|
||||
format!("build FileStream response error: {e}"),
|
||||
)
|
||||
.into_response()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user