On Fri, May 20, 2022 at 04:20:45PM +0500, ???? ??????? wrote: > yes, it was I meant actually. haproxy currently is not suitable for > compressing tcp streams. even if such feature will be considered as useful, > it will take time.
Compression is not done on TCP but since it's done using a filter that deals with HTTP compression, I imagine that it wouldn't be too hard to modify the filter not to emit HTTP chunks and to work on top of plain TCP. My real concern is for the decompression. At 256 kB per stream, that's quite a no-go :-( Willy