Re: [serf-dev] Double compression over HTTPS

2012-10-17 Thread Ivan Zhakov
On Fri, Oct 5, 2012 at 1:51 PM, Lieven Govaerts wrote: > Hi, > [...] > > I have tested 4 different scenario's: > 1. As-is setup, OpenSSL compression enabled + gzip encoding enabled. (double > compression) > 2. OpenSSL compression disabled + gzip encoding enabled. (compression > handled by the app

Re: [serf-dev] Double compression over HTTPS

2012-10-17 Thread Stefan Fuhrmann
On Wed, Oct 17, 2012 at 4:40 PM, Ivan Zhakov wrote: > On Fri, Oct 5, 2012 at 1:51 PM, Lieven Govaerts wrote: > > Hi, > > > > when OpenSSL is built with zlib, it will automatically compress all data > > sent over an SSL connection. You can see this in the initial handshake > > "Client Hello" and

Re: [serf-dev] Double compression over HTTPS

2012-10-17 Thread Ivan Zhakov
On Fri, Oct 5, 2012 at 1:51 PM, Lieven Govaerts wrote: > Hi, > > when OpenSSL is built with zlib, it will automatically compress all data > sent over an SSL connection. You can see this in the initial handshake > "Client Hello" and "Server Hello" where client and server agree on the > compression