mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 13:51:50 +01:00
use error message
This commit is contained in:
parent
148cf73003
commit
79bcbb8a10
@ -59,7 +59,7 @@ where
|
||||
Ok(r) => Either::A(ok(r)),
|
||||
Err((e, framed)) => Either::B(SendErrorFut {
|
||||
framed: Some(framed),
|
||||
res: Some(Message::Item(e.error_response())),
|
||||
res: Some(Message::Item(e.response_with_message())),
|
||||
err: Some(e),
|
||||
_t: PhantomData,
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user