Re: [squid-users] Problem using HTTP/1.1

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 11 Nov 2003 21:17:21 +0100 (CET)

On Tue, 11 Nov 2003, Kristo Kuusküll wrote:

> How can i configure Squid to reply in HTTP/1.1 (and not to add "Connection:
> close") so we can use Keep-Alive connections and speed
> up our web pages? The HTTP/1.1 is also needed to make Big Admin
> load-balancer more stable and speed
> it up too.

You can't as Squid is only a HTTP/1.0 proxy and does not yet support some
of the required features of HTTP/1.1 such as chunked transfer encoding.

What Squid however does support is persistent HTTP/1.0 connections using
the "Connection: keep-alive" header (or Proxy-Connection: keep-alive in
case of client->proxy connections, but this is not relevant to your setup)

Regards
Henrik
Received on Tue Nov 11 2003 - 13:17:25 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:21:14 MST