ladybird/Libraries/LibDNS
rmg-x 4a16c89603 LibDNS: Fix deadlock when receiving invalid lookup result
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.
2024-12-01 11:32:45 +01:00
..
CMakeLists.txt
Message.cpp
Message.h LibDNS: Clean up #include directives 2024-11-21 14:08:33 +01:00
Resolver.h LibDNS: Fix deadlock when receiving invalid lookup result 2024-12-01 11:32:45 +01:00