- From: Semuel Vomberg <semuel@vipe.technion.ac.il>
- Date: Thu, 2 Sep 1999 06:52:59 -0400 (EDT)
- To: Yves Lafon <ylafon@w3.org>
- cc: www-jigsaw@w3.org
On Thu, 2 Sep 1999, Yves Lafon wrote: > > is it right that the Jigsaw proxy is using the same HTTP protocol version > > to communicate with the server as the protocol that the client is using to > > access the proxy ? > > The Jigsaw client will try (if possible) to use HTTP/1.1 connections, as > this protocol is far better as HTTP/1.0 regarding cache semantics. > So if a client is sending an HTTP/1.0 request to a Jigsaw proxy, the > request issued by the proxy will be HTTP/1.1 but if we look at HttpBasicServer class, at doRequest function, we'll find the line "switch (getRequestMode(request))" and from this I got my conclution. am I wrong ? Live long and Prosper Semuel Vomberg EE student Technion, Israel
Received on Thursday, 2 September 1999 08:04:52 UTC