Skip to content

v2.6.0

Latest

Choose a tag to compare

@adam-fowler adam-fowler released this 21 Jun 08:01
· 14 commits to main since this release
716c542

Minor release changes

  • When receiving a websocket upgrade header after having accepted standard HTTP requests on a connection return temporary redirect to same URI and close the connection. This will make sure the upgrade is processed on a fresh connection. This gets around a limitation of swift-nio where upgrades are ignored after the first request. #108

Patch release changes

  • Return 400 status for failed upgrades. #107