RE: Net::HTTP does not use compressed transfers when it should

2003-03-26 Thread Paul Marquess
From: Mike Simons [mailto:[EMAIL PROTECTED] On Tue, Mar 25, 2003 at 06:05:31PM -0500, Mike Simons wrote: On Tue, Mar 25, 2003 at 02:21:21PM -, Paul Marquess wrote: You need to be very careful with HTTP deflate encoding. Due to a common misreading of the HTTP spec, there are two

RE: Net::HTTP does not use compressed transfers when it should

2003-03-26 Thread David Carter
'; 'Paul Marquess' Cc: [EMAIL PROTECTED] Subject: RE: Net::HTTP does not use compressed transfers when it should Sorry - you'll need to masquerade as Internet Explorer, or some other browser ( version) known by their HTTP accelerator to support deflate, in addition to using an accept

RE: Net::HTTP does not use compressed transfers when it should

2003-03-26 Thread Paul Marquess
Carter [mailto:[EMAIL PROTECTED] Sent: 26 March 2003 12:06 To: [EMAIL PROTECTED]; 'Mike Simons' Cc: [EMAIL PROTECTED] Subject: RE: Net::HTTP does not use compressed transfers when it should It's been quite a while since I tested against their site, so perhaps they have changed how

RE: Net::HTTP does not use compressed transfers when it should

2003-03-25 Thread David Carter
: Re: Net::HTTP does not use compressed transfers when it should On Mon, Mar 24, 2003 at 01:59:56PM -0500, Mike Simons wrote: Net::HTTP does not play nicely with mod_gzip from apache. Net::HTTP sends 'TE:' headers, mod_gzip looks for 'Accept-encoding:'. - Any chance 'Accept-encoding

Re: Net::HTTP does not use compressed transfers when it should

2003-03-25 Thread Mike Simons
On Tue, Mar 25, 2003 at 02:21:21PM -, Paul Marquess wrote: You need to be very careful with HTTP deflate encoding. Due to a common misreading of the HTTP spec, there are two distinct implementations of HTTP deflate out in the wild. The correct implementation uses RFC 1950. The incorrect

Re: Net::HTTP does not use compressed transfers when it should

2003-03-25 Thread Philippe 'BooK' Bruhat
Le mardi 25 mars 2003 à 14:21, Paul Marquess écrivait: Finally, I'm the author of Compress::Zlib, and I've been giving it a major overhaul over the last couple of months (I've been at it on-and-off for a few months because I don't have a lot of free time at the moment). One of my goals is to

Re: Net::HTTP does not use compressed transfers when it should

2003-03-24 Thread Mike Simons
On Mon, Mar 24, 2003 at 01:59:56PM -0500, Mike Simons wrote: Net::HTTP does not play nicely with mod_gzip from apache. Net::HTTP sends 'TE:' headers, mod_gzip looks for 'Accept-encoding:'. - Any chance 'Accept-encoding:' can be advertised and 'Content-Encoding:' results can be