diff --git a/src/app/browser/window/tab/item/page/client.rs b/src/app/browser/window/tab/item/page/client.rs index d7910eb7..8d022b9d 100644 --- a/src/app/browser/window/tab/item/page/client.rs +++ b/src/app/browser/window/tab/item/page/client.rs @@ -18,6 +18,7 @@ use std::{ /// e.g. session resumption or multi-thread connection management (depending of client type selected) pub struct Client { // Shared reference to cancel async operations + // * keep it private to make sure that `status` member tracked properly cancellable: Cell, // Redirects resolver for different protocols pub redirect: Rc,