Re: [PHP] GZip: NS or HTTP/1.0

2001-03-30 Thread Renze Munnik
On Fri, Mar 30, 2001 at 09:53:53AM -0500, Michael Kimsal wrote: > You REALLY don't want to specifically ignore Netscape users, do you? :) > > Any browser that can accept gzipped stuff sends a content-accept > header. Netscape tells the server it can handle gzipped stuff, so the > server can sen

Re: [PHP] GZip: NS or HTTP/1.0

2001-03-30 Thread Michael Kimsal
I don't think it's anything to do with HTTP 1.0 or 1.1. It's simply the fact that NS gets a copy of the website for everything, all the time. Resized the window? OOPS! Guess I need a new copy of the file I just got 5 seconds ago! Stupid stupid stupid. I think it's simply down to the fact that

Re: [PHP] GZip: NS or HTTP/1.0

2001-03-30 Thread Renze Munnik
On Fri, Mar 30, 2001 at 08:06:21AM -0600, Brad S. Jackson wrote: > > > I've tested the ob_gzhandler with PHP 4.0.4pl1 and Netscape 4.76 and it works > fine for me. I don't know why some people have problems. > > I doubt it has anything to do with HTTP 1.1 and this can be tested by disabling >

[PHP] GZip: NS or HTTP/1.0

2001-03-30 Thread Renze Munnik
Okay guys I've got a new idea I just found out that NS<5 uses HTTP/1.0 and not HTTP/1.1. Well, okay, but that's not _to_ exciting is it?! But... (there's always a 'but') IE>=5 uses HTTP/1.1. Now, looking back at the subject being discussed in this thread, I'm wondering if that might be the pr