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

fix(web): Client decoding incomplete buffer bug #1540

Merged
merged 1 commit into from Sep 28, 2023

Conversation

LucioFranco
Copy link
Member

When the server returns a buffer that contains the message and a few more bytes we previously did not return the end of the message and thus tossed the begining of the bytes of the next message causing the following ones to report incorrect length and triggering eof errors.

When the server returns a buffer that contains the message and a few
more bytes we previously did not return the end of the message and thus
tossed the begining of the bytes of the next message causing the
following ones to report incorrect length and triggering eof errors.
@LucioFranco LucioFranco added this pull request to the merge queue Sep 28, 2023
Merged via the queue into master with commit 83e363a Sep 28, 2023
16 checks passed
@LucioFranco LucioFranco deleted the lucio/fix-incomplete-buffer branch September 28, 2023 21:15
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

1 participant