Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swift-server/async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.23.0
Choose a base ref
...
head repository: swift-server/async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.23.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 3, 2024

  1. workaround Foundation.URL behavior changes (#777)

    `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.
    
    swiftlang/swift-foundation#957
    swiftlang/swift-foundation#958
    swiftlang/swift-foundation#962
    rnro authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0a9b723 View commit details
    Browse the repository at this point in the history
Loading