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:
Karl Seguin
2025-09-03 19:37:09 +08:00
parent e237e709b6
commit b6137b03cd
12 changed files with 185 additions and 179 deletions

View File

@@ -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,