mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-02 02:37:38 +00:00
Previously, we would stop the repeat timer even if we got a null result. This caused the pending lookup to: - Never resolve, and - Never get purged for too many retries I believe the underlying issue is something on the socket level, but we should handle this case regardless.