Hi Amos, This patch (to 3.3.2) is still missing (which you had sent for wrong logging of IPv6 address instead of IPv4) --- squid-3.3.2/src/forward.cc 2013-02-25 03:42:35 +0000 +++ squid-3.3.2/src/forward.cc 2013-03-07 07:38:16 +0000 @@ -984,6 +984,7 @@ serverConn->peerType = HIER_DIRECT; #endif ++n_tries; + request->hier.note(serverConn, request->GetHost()); request->flags.pinned = 1; if (pinned_connection->pinnedAuth()) request->flags.auth = 1; Regards Amm. >________________________________ > From: Amos Jeffries <squid3@xxxxxxxxxxxxx> >To: "squid-users@xxxxxxxxxxxxxxx" <squid-users@xxxxxxxxxxxxxxx> >Sent: Saturday, 27 April 2013 7:40 PM >Subject: Squid 3.3.4 is available > > >The Squid HTTP Proxy team is very pleased to announce the availability >of the Squid-3.3.4 release! > >... > >Amos Jeffries