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

auto grows the buffer to workaround the lack of fragmentation support #782

Closed
wants to merge 1 commit into from

Conversation

ZekeLu
Copy link
Member

@ZekeLu ZekeLu commented Mar 31, 2021

To workaround this issue: #401

And the following related issues:

According to https://bugs.chromium.org/p/chromium/issues/detail?id=1069431, it looks like that we won't get fragmentation support in the near future. Meanwhile, the underlying package https://github.com/gobwas/ws adds auto growing feature recently, so that we can address the issue from the client side.

Please note that this PR is not ready for merged yet, because it uses the new feature in the RC version, and the new feature has some issues (see gobwas/ws#134).

@kenshaw
Copy link
Member

kenshaw commented Apr 27, 2021

Merged.

@kenshaw kenshaw closed this Apr 27, 2021
@ZekeLu ZekeLu deleted the ws-buf branch July 12, 2021 16:51
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