From 260463100321887f4c36f25e42dcfa8838e3a7fc Mon Sep 17 00:00:00 2001 From: lado Date: Sun, 13 Nov 2011 01:47:28 +0100 Subject: TODO and info to eval zlib --- vdr-vdrmanager/sock.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vdr-vdrmanager') diff --git a/vdr-vdrmanager/sock.cpp b/vdr-vdrmanager/sock.cpp index 7100ea9..df07aa6 100644 --- a/vdr-vdrmanager/sock.cpp +++ b/vdr-vdrmanager/sock.cpp @@ -4,6 +4,7 @@ #include #include #include "sock.h" +#include "helpers.h" static int clientno = 0; @@ -216,6 +217,8 @@ void cVdrmanagerClientSocket::Disconnect() { bool cVdrmanagerClientSocket::PutLine(string line) { // add line to write buffer + string line2 = cHelpers::compress_string(line); + isyslog("PutLine, line size is %s, with zlib it would be %s", line.size(), line2.size()); writebuf += line; // data present? -- cgit v1.2.3