issues Search Results · repo:swift-server/async-http-client language:Swift
Filter by
287 results
(128 ms)287 results
inswift-server/async-http-client (press backspace or delete to remove)On our armv7 (32-bit) embedded Linux board we re using Swift 6.0 and the AsyncHTTPClient. For a while we noticed that
performing retries with the HTTPClient would crash about 26-27 total retries with the ...
jessezamora
- 3
- Opened 28 days ago
- #847
I know that there is the capability to specify an HTTPClient.Configuration.Proxy configuration that accepts a host,
port, and authorization set of properties of a single server. But I m wondering if, given ...
jbseesaw
- Opened on Jun 10
- #846
My workflow is stumbling over the keyword nonisolated(unsafe), which IIRC was introduced with 5.10, but my test runner
runs on 5.9.2.
It fetches the version 1.26.0, which has declared 5.9 as its swift ...
mattesmohr
- 3
- Opened on May 21
- #843
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 ...
gregcotten
- 3
- Opened on Apr 9
- #826
If I create a HTTPClient as follows
let httpClient = HTTPClient(
eventLoopGroup: MultiThreadedEventLoopGroup.singleton,
configuration: .init(timeout: Timeout(read: .seconds(90))
)
and then call ...
kind/bug
adam-fowler
- 2
- Opened on Apr 2
- #825
Am I correct that to track the progress of sent data, you need to use a delegate? And further, I would need to use
futures to use the delegate? I can t seem to figure out how to do either of those things ...
mredig
- 7
- Opened on Mar 2
- #819
Swift HTTP Types is an agnostic package describing basic HTTP types. As we further adopt Swift Concurrency, and
therefore make NIO an implementation detail, we should offer APIs that use Swift HTTP Types ...
kind/feature
0xTim
- Opened on Feb 28
- #818
As mentioned in the Workflow Approval docs:
https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks
By default, all ...
gregcotten
- 2
- Opened on Feb 19
- #815
It looks like the latest release (https://github.com/swift-server/async-http-client/releases/tag/1.25.0) is causing
build issues on 5.10:
https://github.com/vapor/vapor/actions/runs/13250411742/job/36986938335?pr=3282#step:5:1730 ...
0xTim
- 2
- Opened on Feb 10
- #809
I have a server that is functionally similar in setup to hummingbird-examples/http2, when I use async-http-client to
make a request with a command line program that exits after the request, humming bird ...
toffaletti
- 3
- Opened on Feb 7
- #808

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.