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 websocket options #418

Merged
merged 1 commit into from May 6, 2020
Merged

Add websocket options #418

merged 1 commit into from May 6, 2020

Conversation

smitt04
Copy link
Contributor

@smitt04 smitt04 commented May 4, 2020

I added WebSocket options as I needed to change the default WriteBufferSize. I could not send payloads larger than 4096 bytes because the server did not support continuation frames. By setting the WriteBufferSize to 128k, the largest supported payload size for my server I was able to send large requests again.

Signed-off-by: Kevin Smithson smitt04@gmail.com

Signed-off-by: Kevin Smithson <smitt04@gmail.com>
@alsm alsm merged commit 5ee5084 into eclipse:master May 6, 2020
@smitt04 smitt04 deleted the websocket-options branch May 6, 2020 13:17
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