[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gzip (was blogs.msdn.com)




Dare Obasanjo wrote:

I talked to Scott and he said they only provide HTTP
Compression to clients speaking HTTP 1.1 not HTTP 1.0

I started to look through my own logs to see what version of HTTP various clients use, and the following surprised me:


63.76.143.1 - - [09/Sep/2004:10:17:54 -0400] "GET /blog/index.rss2 HTTP/1.1" 200 2108 "-" "RssBandit/1.2.0.117 (.NET CLR 1.1.4322.573; WinNT 5.1.2600.0; http://www.rssbandit.org)"

198.182.5.173 - - [09/Sep/2004:11:34:10 -0400] "GET /blog/index.rss2 HTTP/1.0" 200 2108 "-" "RssBandit/1.2.0.117 (.NET CLR 1.1.4322.573; WinNT 5.1.2600.0; http://www.rssbandit.org)"

Same version of RssBandit. Same version of the CLR. Different version of HTTP.

- Sam Ruby