Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close Connection on Failed Upgrade #35

Merged
merged 2 commits into from
Nov 7, 2023
Merged

Conversation

jshier
Copy link
Contributor

@jshier jshier commented Nov 7, 2023

Goals ⚽

This PR works around an underlying SwiftNIO bug where HTTP decoding stops when detecting an HTTP upgrade but then isn't reenabled if that upgrade fails. For now we'll close instead of reusing the connection, but only for failed upgrades.

This PR also updates dependencies and versions to 0.10.3.

@jshier jshier merged commit b2a633b into master Nov 7, 2023
3 checks passed
@jshier jshier deleted the upgrade-connection-reset branch November 7, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant