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

Tip for other people in documentation #1454

Merged
merged 3 commits into from Oct 7, 2018
Merged

Conversation

techsin
Copy link
Contributor

@techsin techsin commented Oct 7, 2018

No description provided.

README.md Outdated
@@ -112,7 +112,7 @@ const wss = new WebSocket.Server({
// Other options settable:
clientNoContextTakeover: true, // Defaults to negotiated value.
serverNoContextTakeover: true, // Defaults to negotiated value.
clientMaxWindowBits: 10, // Defaults to negotiated value.
clientMaxWindowBits: 10, // Defaults to negotiated value. Right now, setting this causes conection to fail in FF.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to completely remove clientMaxWindowBits from the example. There is nothing wrong with FF, it's the configuration that makes the offer sent by FF unacceptable.

We already have this sentence "See docs for more options." before the example so that should be sufficient.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i agree removing is better.

@techsin techsin closed this Oct 7, 2018
@lpinca
Copy link
Member

lpinca commented Oct 7, 2018

Did you close this by mistake? You can update this PR if you want.

@lpinca lpinca reopened this Oct 7, 2018
@techsin
Copy link
Contributor Author

techsin commented Oct 7, 2018

updated it

@lpinca lpinca merged commit 9022a0d into websockets:master Oct 7, 2018
@lpinca
Copy link
Member

lpinca commented Oct 7, 2018

Thank you.

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.

None yet

2 participants