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

HTTP server should not close a WebSocket when the connection is not persistent #4890

Merged

Conversation

vietj
Copy link
Member

@vietj vietj commented Oct 9, 2023

The Vert.x HTTP server does not handle anymore WebSocket upgrades when the client presents a request with a connection header containing a close header (like nginx can send) and instead close the connection.

The server now will not close the connection when it is not persistent in case of a WebSocket upgrade.

…n the client presents a request with a connection header containing a close header (like nginx can send) and instead close the connection.

The server now will not close the connection when it is not persistent in case of a WebSocket upgrade.
@vietj vietj added the bug label Oct 9, 2023
@vietj vietj added this to the 4.5.0 milestone Oct 9, 2023
@vietj vietj merged commit 6f1e620 into 4.x Oct 9, 2023
6 checks passed
@vietj vietj deleted the handle-server-ws-upgrades-with-non-persistent-connection-4.x branch October 9, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant