Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround Foundation.URL behavior changes #777

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. workaround Foundation.URL behavior changes

    `Foundation.URL` has various behavior changes in Swift 6 to better match RFC 3986 which impact AHC.
    
    In particular it now no longer strips the square brackets in IPv6 hosts
    which are not tolerated by `inet_pton` so these must be manually
    stripped.
    rnro committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ee5009a View commit details
    Browse the repository at this point in the history