TCP raw socket data compress with haproxy

2015-10-20 Thread Tufan Gürsu
Hi, We want to use zlib to compress/uncompress tcp data between tcp session. There is only compression code for http but not for tcp.I did some research and I encountered problem of the lack of chunk size. Is there any sample or development for this scenario? We are using stunnel currently. I

Re: TCP raw socket data compress with haproxy

2015-10-20 Thread Willy Tarreau
Hi, On Tue, Oct 20, 2015 at 06:39:17PM +0300, Tufan Gürsu wrote: > Hi, > > We want to use zlib to compress/uncompress tcp data between tcp session. > There is only compression code for http but not for tcp.I did some > research and I encountered problem of the lack of chunk size. > Is there