mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
fix comment
This commit is contained in:
parent
47f254c372
commit
0a3009022e
1 changed files with 1 additions and 2 deletions
|
|
@ -202,7 +202,6 @@ impl Page {
|
||||||
// Format response
|
// Format response
|
||||||
meta.borrow_mut().status = Some(Status::Connected);
|
meta.borrow_mut().status = Some(Status::Connected);
|
||||||
meta.borrow_mut().title = uri.host();
|
meta.borrow_mut().title = uri.host();
|
||||||
|
|
||||||
action_update.activate(Some(&id));
|
action_update.activate(Some(&id));
|
||||||
|
|
||||||
match response.header().status() {
|
match response.header().status() {
|
||||||
|
|
@ -331,7 +330,7 @@ impl Page {
|
||||||
action_update.activate(Some(&id));
|
action_update.activate(Some(&id));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 32
|
// 31
|
||||||
Some(ResponseStatus::Redirect) => {
|
Some(ResponseStatus::Redirect) => {
|
||||||
// Update meta
|
// Update meta
|
||||||
meta.borrow_mut().status = Some(Status::Redirect);
|
meta.borrow_mut().status = Some(Status::Redirect);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue