]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
WebSocket: use one WebSocket message per IRC message.
authorPeter Powell <petpow@saberuk.com>
Wed, 31 Oct 2018 02:45:05 +0000 (02:45 +0000)
committerPeter Powell <petpow@saberuk.com>
Wed, 31 Oct 2018 05:28:20 +0000 (05:28 +0000)
commit99af213a58946185621b3e4de01970a7c21cce93
tree687e9b05470696f25bea0e888f8fad43f8b0d52a
parentdfe7e7da97d1fb47290814eb4c3728df282e47ec
WebSocket: use one WebSocket message per IRC message.

This makes more sense for WebSocket clients than CR+LF termination
as the protocol already understands the concept of messages.
src/modules/m_websocket.cpp