mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +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
|
||||
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…
Add table
Add a link
Reference in a new issue