You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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