]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_websocket: Fixed Ping/Pong messages hanging up the websocket channel
authorJoe Garlick <joe@flipcx.com>
Thu, 15 Jan 2026 14:56:47 +0000 (14:56 +0000)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 15 Jan 2026 16:16:36 +0000 (16:16 +0000)
commit0607f2cb79ce5c22eb191e503b6bbcda3389de2b
treeeaa391089e7cbd71c423975ddc9970788ed92a4f
parent2b2abbfa1f175189fe406c4d3cce1408005c0ab3
chan_websocket: Fixed Ping/Pong messages hanging up the websocket channel

When chan_websocket received a Ping or a Pong opcode it would cause the channel to hangup. This change allows Ping/Pong opcodes and allows them to silently pass
channels/chan_websocket.c