Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Feb 24, 2025

Prior to this commit, if the WebSocket client received multiple WebSocket frames in a single Erlang message by gen_tcp, the WebSocket client sent only the first received WebSocket frame to the application.

This commit fixes this bug by having the WebSocket client send all WebSocket frames to the application.

The test case can be found in the commercial repo PR 17.


This is an automatic backport of pull request #13411 done by Mergify.

Prior to this commit, if the WebSocket client received multiple
WebSocket frames in a single Erlang message by gen_tcp, the WebSocket
client sent only the first received WebSocket frame to the application.

This commit fixes this bug by having the WebSocket client send all
WebSocket frames to the application.

(cherry picked from commit 3d7a027)
@mergify mergify bot assigned ansd Feb 24, 2025
@ansd ansd merged commit 10e89cc into v4.1.x Feb 24, 2025
263 of 268 checks passed
@ansd ansd deleted the mergify/bp/v4.1.x/pr-13411 branch February 24, 2025 22:22
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.

2 participants