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

Add section clarifying WebSocket usage to README #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

denny241
Copy link
Contributor

closes #123

@denny241
Copy link
Contributor Author

denny241 commented Mar 30, 2023

From what I was able to test and find out, servers hosting wss:// will throw an error when they receive a plain HTTP request, even if it has all the right headers, because they only expect handshakes as first messages. This means that users need to use the --https flag.

We could consider renaming the flag to reflect that, or just adding more info to the docs and --help in regards to that. Let me know what you think.

@denny241 denny241 self-assigned this Mar 30, 2023
@denny241 denny241 added the documentation Improvements or additions to documentation label Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Websocket
1 participant