Files
browser/src
Karl Seguin a5d87ab948 Reduce duration of the main request
We currently keep the main request open during loadHTMLDoc and processHTMLDoc.
It _has_ to be open during loadHTMLDoc, since that streams the body. But it
does not have to be open during processHTMLDoc, which can be log and itself
could make use of that same connection if it was released. Reorganized the
navigate flow to limit the scope of the request.

Also, just like we track pending_write and pending_read, we now also track
pending_connect and only shutdown when all are not pending.
2025-06-05 23:41:21 +08:00
..
2025-05-29 14:10:07 +08:00
2025-02-27 16:09:10 +08:00
2025-06-05 23:41:21 +08:00
2025-03-19 16:28:15 +01:00
2025-02-26 21:00:43 +08:00
2025-05-05 13:29:41 +08:00
2025-06-02 21:38:57 +08:00
2025-06-02 21:38:56 +08:00
2025-06-02 21:38:56 +08:00
2025-04-15 21:16:20 +08:00
2025-06-04 21:41:49 +08:00