mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.Turtle: ZCompress
git-svn-id: svn://ultimatepp.org/upp/trunk@6762 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
36db54e794
commit
12b4779c77
2 changed files with 6 additions and 4 deletions
|
|
@ -75,8 +75,8 @@ void Ctrl::Reply()
|
|||
SyncTopWindows();
|
||||
SweepMkImageCache();
|
||||
DoPaint();
|
||||
// String s = GZCompress(content);
|
||||
String s = content;
|
||||
String s = ZCompress(content);
|
||||
// String s = content;
|
||||
LLOG("About to send " << s.GetLength());
|
||||
websocket.SendBinary(s);
|
||||
content.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue