We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug error output "upgrade type mismatch" when proxy WebSocket
To Reproduce Steps to reproduce the behavior:
docker run --rm --name pulsar -it -p 5800:8080 apachepulsar/pulsar:4.0.0 bin/pulsar standalone
cd examples
cargo run --bin example-proxy-websocket
websocat ws://localhost:8888/ws/v2/consumer/persistent/public/default/any-topic/salvo-ws-proxy
Expected behavior Able to proxy websocket
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix(proxy): Ignore case of WS upgrade type (#974) (#976)
93ca71f
Successfully merging a pull request may close this issue.
Describe the bug
error output "upgrade type mismatch" when proxy WebSocket
To Reproduce
Steps to reproduce the behavior:
docker run --rm --name pulsar -it -p 5800:8080 apachepulsar/pulsar:4.0.0 bin/pulsar standalone
cd examples
cargo run --bin example-proxy-websocket
websocat ws://localhost:8888/ws/v2/consumer/persistent/public/default/any-topic/salvo-ws-proxy
Expected behavior
Able to proxy websocket
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: