Greg Cotten
Greg Cotten
> Does setting > > [async-http-client/Sources/AsyncHTTPClient/HTTPClient.swift](https://github.com/swift-server/async-http-client/blob/2064247c2b4a924bb199d5b1eb5adff81a8f6318/Sources/AsyncHTTPClient/HTTPClient.swift#L832) > > Line 832 in [2064247](/swift-server/async-http-client/commit/2064247c2b4a924bb199d5b1eb5adff81a8f6318) > > public var networkFrameworkWaitForConnectivity: Bool > to false help? Doesn't appear to, though I do get a...
> Thanks for this! I believe that for now this is intentional, but I'll check what our policy looks like. Sounds good! In the meantime, https://github.com/swift-server/async-http-client/pull/814 🙏
@shiftkey, looks like they pulled in your PR - hopefully this minimum GLIBC can actually be 2.28 again with a new release?
Hmm trickier than I thought. Let's leave this PR open and wait for these to get closed: https://github.com/swiftlang/swift-package-manager/issues/7174 https://github.com/swiftlang/swift-package-manager/issues/6367
OK @p-x9, I think this is good to pull in - please do a squash merge.
> Thank you. @gregcotten If I understand correctly, if the following modifications are included in swift-toolchain, I think we can remove the unsafe flag, what do you think? Either way,...
> Presumably the code in the PR above does nothing if entry-point-function-name is set to anything other than "main", so your modification should continue to work correctly. > > I...
> There should be some kind of way to disable `swiftly` so I can see my Xcode toolchain. I just want to `swiftly disable` or `swiftly enable` if there isn't...
Follow up: canceling the `task` passed as a parameter in `reportProgress` can actually stop the download and fail the `downloadTask.get()`. Why can't I cancel the download outside of that scope?...
Downloading from a real-world location and trying to cancel from the vended `Task` from HTTPClient.shared.execute(..., delegate: someFileDownloadDelegate) doesn't seem to work. If I cancel the `Task` I get from `reportProgress`,...