.Turtle: ZCompress

git-svn-id: svn://ultimatepp.org/upp/trunk@6762 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-01-11 16:44:26 +00:00
parent 36db54e794
commit 12b4779c77
2 changed files with 6 additions and 4 deletions

View file

@ -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();