> It depends, but for the connection to be able to be kept persistent in
> HTTP/1.0 the following criterias need to be fulfilled:
>
> a) The reply-body must have a known length, as indicated by the
> Content-length header.
Would I have a reply-body if I am pushing? I think I understand this
with a GET request, but I don't see how it applies to a PUT directive to
the server.
>
> b) The client must have requested a persistent connection via the
> (Proxy-)Connection: keep-alive header.
Got this!
>
> c) The server must acknowledge the request to keep the connection
> persistent by answering with a (Proxy-)Connection: keep-alive header.
Where and how does the server acknowledge this?
Thanks,
Murrah Boswell
Received on Fri Oct 08 2004 - 17:48:05 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:01 MST