Zsolt Váradi
Zsolt Váradi
The test is misleading. The first request seems to succeed (which is covered by the test), but the second and subsequent requests will all fail.
Use nginx for TLS termination and forgive/forget the unfulfilled promise of doing TLS directly with the Vapor 2 server.
I'm not aware of any tools that could do it for you, but maybe others are. On Heroku, you **must** disable the securityLayer and serve HTTP on the port specified...
I think the `simpleQuery` method is named as such in a casual manner: it's "simple" simply because a String goes in and rows come out. That's unrelated to the wire...
You're at the right place. --- And the issue is perplexing. That file should not be necessary since I included the `--static-swift-stdlib` argument for swift build... But apparently there is...
Alternatively, could you try bumping the stack to heroku-22 or heroku-24? Both would be interesting data points.
I've pushed two relevant releases to the buildpack. If you switch back to `vapor/vapor` now, you'll get: - the option to try Swift 6.0.1 (the new default); - and the...
I'm going to close this now, as the old behavior is available. Let me know if there are any news.