I'm thinking I must be smoking something, but:

When I use wget, it is always emitting HTTP/1.0 requests, which is actually a 
lie.

For example:

write(3, "GET /pics/button_forum.png HTTP/1.0\r\n
User-Agent: Wget/1.10.2\r\n
Accept: */*\r\n
Host: kpic1\r\n
Connection: Keep-Alive\r\n
\r\n
", 114) = 114

Host: kpic1 is a HTTP/1.1 feature. So this is non-sensical.

It looks like Apache isn't bothered by this (it responds with HTTP/1.1
and all the 1.1 headers), but I'm wondering if this is confusing my
Jupiter DX web proxy/cache gizmo, which is converting this response to
HTTP/1.0.

-- greg


Reply via email to