ladybird
ladybird copied to clipboard
Meta+RequestServer: Upgrade curl and fix navigating to IPv6 addresses directly
After the upgrade to curl 8.13.0, the CURLOPT_RESOLVE option now
supports replacing IPv6 hosts. This allows us to navigate using the IPv6
address directly. Previously, you would see "an unexpected network
error occurred" message when attempting to do so.
Fixes #3596