Browse Source

fix comment

master
yggverse 1 month ago
parent
commit
0a3009022e
  1. 3
      src/app/browser/window/tab/item/page.rs

3
src/app/browser/window/tab/item/page.rs

@ -202,7 +202,6 @@ impl Page { @@ -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 { @@ -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…
Cancel
Save