Patch Changes
-
eda956b: ### Bug Fixes
- Network idle detection for cached pages - Fixed an issue where
poll_network_idlecould return immediately when no network events were observed (e.g. pages served from cache). The idle timer is now only satisfied after a consistent 500 ms idle period has elapsed, preventing false-positive idle detection. The core polling logic has also been extracted into a standalonepoll_network_idlefunction to improve testability (#847)
- Network idle detection for cached pages - Fixed an issue where