mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
updated cookie.rs req to get_changes
This commit is contained in:
parent
382d4ca216
commit
fa7e0fe6df
@ -308,7 +308,7 @@ where
|
||||
Session::set_session(state.into_iter(), &mut req);
|
||||
|
||||
Box::new(self.service.call(req).map(move |mut res| {
|
||||
if let Some(state) = Session::get_changes(&mut res) {
|
||||
if let (_status, Some(state)) = Session::get_changes(&mut res) {
|
||||
res.checked_expr(|res| inner.set_cookie(res, state))
|
||||
} else {
|
||||
res
|
||||
|
Loading…
Reference in New Issue
Block a user