-
HTTP/2 support. Partial example can be found in [swift-nio-examples/http2-client](https://github.com/apple/swift-nio-examples/blob/master/http2-client/Sources/http2-client/main.swift). This does HTTP/…
-
Switched from HTTP/1 to HTTP/2 with a standard Vapor setup.
Started noticing intermittent crashes with one of my endpoints. This system has been tested exhaustively over HTTP/1 with nothing like th…
-
The test `HTTP1ConnectionTests.testConnectionClosesAfterTheRequestWithoutHavingSentAnCloseHeader` failed ~~once~~ twice on Swift 5.2 CI with the error message:
```
/code/Tests/AsyncHTTPClientTests/H…
-
I cannot find any tweets of new packages. For instance:
But also searching for a known string in a "new package" tweet like the following
doesn't return any results:
I suspect th…
-
### Problem
I have observed in my own services an oddly high variance in latency when using swift-gRPC. Essentially, latency in standard (golang) gRPC is for the most part a non-issue before hittin…
-
### Current Behavior
After a few hours, e.g. 2.5 hours, my app starts to throw `HTTPClient.remoteConnectionClosed` errors.
### Expected Behavior
No `HTTPClient` errors should be thrown.
### What a…
-
```
~/P/G/swift-package-collection-generator on main
❯ http https://staging.swiftpackageindex.com/apple/collection.json > collection-apple.json
~/P/G/swift-package-collection-generator on main …
-
First of all, I want to say a huge thank you. This is a framework I've been using for a while now and its just awesome. You guys have been doing an amazing job!
To my problem:
When building a simp…
-
Hi all,
My grpc-java server off-heap memory grows without bound.
gRPC version
* server: grpc-java 1.34.1
* client: grpc-java 1.34.1, gRPC-Swift 1.0.0
Other information
* Server-sid…
-
I'm using the latest Vapor with the leaf template inside a single docker image using the default generated dockerfile.
On every get request of the main page, the console shows:
> [ NOTICE ] Star…