-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
sending WebSocket frames modifies the payload ByteBuffer #4341
Comments
lachlan-roberts
added a commit
that referenced
this issue
Nov 26, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Nov 26, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Nov 26, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Nov 26, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Nov 26, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Nov 26, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@gregw do you think this is something I should fix in Jetty 9.4 as well? |
No. |
lachlan-roberts
added a commit
that referenced
this issue
Nov 28, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Nov 28, 2019
…es (#4359) - test that Frame buffer is unchanged after sending - Generator and FrameFlusher no longer modify frame payload - permessage-deflate no longer modify frame payload - remove Buffer allocation from Generator - outgoing autoFragment no longer modifies buffer - minor cleanups and optimizations from review Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.x and 10.0.x
Description
Sending a WebSocket message/frame using a ByteBuffer will modify the original buffer and change the position. After a send operation the buffer should remain unmodified.
The text was updated successfully, but these errors were encountered: