mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Rework page wait again
Further reducing bouncing between page and server for loop polling. If there is a page, the page polls. If there isn't a page, the server polls. Simpler.
This commit is contained in:
@@ -523,7 +523,7 @@ const Handles = struct {
|
||||
};
|
||||
|
||||
// wraps a c.CURL (an easy handle)
|
||||
const Handle = struct {
|
||||
pub const Handle = struct {
|
||||
client: *Client,
|
||||
conn: Http.Connection,
|
||||
node: Handles.HandleList.Node,
|
||||
|
||||
Reference in New Issue
Block a user