On Fri, 7 Nov 2003, Hrvoje Niksic wrote:

> Persistent connections were available prior to HTTP/1.1, although they were
> not universally implemented.  Wget uses the `Keep-Alive' request header to
> request persistent connections, and understands both the HTTP/1.0
> `Keep-Alive' and the HTTP/1.1 `Connection: keep-alive' response header.

HTTP 1.1 servers don't (normally) use "Connection: keep-alive". Since 1.1
assumes persistant connections by default they only send "Connection: close"
if they aren't.

-- 
         -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Reply via email to