1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 02:45:41 +02:00

relay: fix decoding of websocket frames when there are multiple frames in a single message received (only the first one was decoded)

This commit is contained in:
Sebastien Helleu
2013-10-05 16:49:39 +02:00
parent 7bf712d4c9
commit a6c188ce4f
2 changed files with 48 additions and 44 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.4.2-rc2, 2013-09-30
v0.4.2-rc2, 2013-10-05
This document lists all changes for each version.
@@ -119,6 +119,8 @@ Version 0.4.2 (under dev!)
buffer per nick
* logger: add option "flush" for command /logger
* lua: fix interpreter used in API functions (bug #39470)
* relay: fix decoding of websocket frames when there are multiple frames in a
single message received (only the first one was decoded)
* relay: add command "ping" in weechat protocol (task #12689)
* relay: fix binding to an IP address (bug #39119)
* rmodifier: add option "missing" for command /rmodifier
File diff suppressed because it is too large Load Diff