mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
6023598316
Motivation: An oversight in373862ameant that 5.9 wasn't actually dropped which means that the use of 'nonisolated(unsafe)' in0e715a27broke users of 5.9. Modifications: - Add back a 5.9 path Result: - Builds on 5.9 - Resolves #843