sön 2010-02-21 klockan 20:37 +0200 skrev Tsantilas Christos: > Please take care to the "#if WHEN_SQUID_IS_HTTP1_1" block in > HttpMsg.cc file which was disabled. This block allow squid to consider > a connection to the HTTP server as persistent in the case the > "Connection: close" header does not exist in the case of HTTP 1.1 replies. > > I did not found any problem with this but maybe I am loosing something.
That's fine indeed. Any HTTP/1.1 server not sending "Connection: close" when closing the connection is seriously broken. The Squid-2 code this originates from has evolved a little as part of it's HTTP/1.1 work. We should probably merge that over to Squid-3. Regards Henrik
