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

Websocket via legacy custom implementation disabled by default #99

Closed
wants to merge 1 commit into from
Closed

Websocket via legacy custom implementation disabled by default #99

wants to merge 1 commit into from

Conversation

rNoz
Copy link

@rNoz rNoz commented Jul 6, 2024

Fixes #87

Moreover, using $connection_upgrade as the recommended Proxy Header for Connection. I checked Ingress config, and it already has the mapping for both headers-values. So, if people want to use the keep-alive they can still set that value under ingress.

Websockets working via Rocket using the values provided by this PR. Proofs:

Ingress Controller Logs:
image

Web browser simultaneous session (creating an item in a private tab, immediately shows the item in the other browser):
image

@rNoz rNoz closed this by deleting the head repository Jul 27, 2024
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.

Websockets should be disabled by default
1 participant