Re: Requests are always HTTP/1.0 ?!

2007-05-02 Thread Hrvoje Niksic
Greg Lindahl [EMAIL PROTECTED] writes:

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

The `Host' header was widely used with HTTP/1.0, which is how it
entered the HTTP/1.1 spec.

For other reasons, Wget should really upgrade to using HTTP/1.1.


Re: Requests are always HTTP/1.0 ?!

2007-05-02 Thread Graham Leggett
On Wed, May 2, 2007 9:16 am, Daniel Stenberg wrote:

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

 Some pre-1.1 servers have required this header, I don't see how the 1.0
 spec
 forbids it and by using it you can utilize name-based virtual hosting so I
 disagree with your conclusion.

HTTP/1.0 doesn't support name based virtual hosting. If wget works now,
it's only working by accident.

Regards,
Graham
--