ladybird/Libraries/LibDNS
Luke Wilde 08246bfa8c LibCore: Don't discard subsequent results in Socket::resolve_host
Previously, we only returned the first result that looked like an IPv6
or IPv4 address.

This cropped up when attempting to connect to https://cxbyte.me/ whilst
IPv6 on the server wasn't working. Since we only returned the first
result, which happened to be the IPv6 address, we wasn't able to
connect.

Returning all results allows curl to attempt to connect to a different
IP if one of them isn't working, and potentially make a successful
connection.
2025-02-28 15:14:35 +01:00
..
CMakeLists.txt
Message.cpp
Message.h LibDNS: Clean up #include directives 2024-11-21 14:08:33 +01:00
Resolver.h LibCore: Don't discard subsequent results in Socket::resolve_host 2025-02-28 15:14:35 +01:00