]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_websocket: Handle incoming CONTINUATION frames.
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 20 May 2026 15:16:48 +0000 (09:16 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 21 May 2026 17:27:52 +0000 (17:27 +0000)
commitcf84ff93d04cef4d2407638e013409ca2ab7e320
treeb7717e84dd7436b5ad5f7bf3fb7ccaa562b3de30
parent8c30a48bea86c6b2be8a98327614ccb5de61416c
chan_websocket: Handle incoming CONTINUATION frames.

chan_websocket now tells res_http_websocket to accumulate incoming CONTINUATION
frames into 1024 byte TEXT or BINARY frames.

Resolves: #1941
channels/chan_websocket.c