On Thu, 20 Nov 2003 [EMAIL PROTECTED] wrote: > Does this test box actually forward HTTP/1.1 requests as HTTP/1.1 as > implied in the note? If so, what options do you need to use to achieve > this?
This is not really what is implied by the note. It implies there was running a modified which Squid is forwarding the request with the same HTTP/1.X status code as received from the server. The Squid is still however a HTTP/1.0 proxy and if either of the server or client uses HTTP/1.1 features such as chunked transfer encoding then things will still break, only worse because the client/server does not know the request path is HTTP/1.0 and therefore does not know they should avoid things not compatible with a HTTP/1.0 request path. What of HTTP/1.1 is it the application need to use? Squid these days supports most except for transfer-encoding. Regards Henrik
