mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +00:00
fix comment
This commit is contained in:
parent
47f254c372
commit
0a3009022e
@ -202,7 +202,6 @@ impl Page {
|
||||
// Format response
|
||||
meta.borrow_mut().status = Some(Status::Connected);
|
||||
meta.borrow_mut().title = uri.host();
|
||||
|
||||
action_update.activate(Some(&id));
|
||||
|
||||
match response.header().status() {
|
||||
@ -331,7 +330,7 @@ impl Page {
|
||||
action_update.activate(Some(&id));
|
||||
}
|
||||
},
|
||||
// 32
|
||||
// 31
|
||||
Some(ResponseStatus::Redirect) => {
|
||||
// Update meta
|
||||
meta.borrow_mut().status = Some(Status::Redirect);
|
||||
|
Loading…
x
Reference in New Issue
Block a user