http compression with haproxy possible

2012-09-20 Thread Paul Svensson
Dear haproxy team, I know you're busy with ssl support in haproxy. That's a real good feature! From my understanding the conecpt of ssl de/encryption in haproxy may allow other interceptors, such as compression. In case I'm right where's the best point to start?Any http header analysis could be

Re: http compression with haproxy possible

2012-09-20 Thread Baptiste
Hi Paul, At Exceliance, we already spent some time on (HTTP) compression in HAProxy, and as far as I know, it's almost ready, but I prefer letting the dev give you more details on this. cheers On Thu, Sep 20, 2012 at 10:40 PM, Paul Svensson wrote: > Dear haproxy team, > > I know you're busy wit

Re: http compression with haproxy possible

2012-09-20 Thread William Lallemand
Hi, Like Baptiste says, compression is on his way, and it's almost ready! But I can't give you a release date for the moment. There is no really "interceptor" concept, indeed, compression and SSL are not at the same level, encryption is HTTP over SSL where compression is gzip over HTTP. As an H

Re: http compression with haproxy possible

2012-09-24 Thread Paul Svensson
: Re: http compression with haproxy possible Hi, Like Baptiste says, compression is on his way, and it's almost ready! But I can't give you a release date for the moment. There is no really "interceptor" concept, indeed, compression and SSL are not at the same level, encryption is H