mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00:00
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Message.cpp | ||
Message.h | ||
Resolver.h |