Our service needs to send HTTP requests to a lot of (e.g. 70k) different host names. What's special about those hostnames is that they resolve to only roughly 60 IPs, i.e., a lot of the different host ...
Another big bump in a transition from URLSession to HTTPClient: HTTPClient has no way of knowing the internet is offline or is disconnected. An executed request that hasn't connected will just result ...