<div dir="ltr">Why does netstat show two connections per client connection to Squid:<br><div><br>tcp        0      0 <a href="http://127.0.0.1:3128">127.0.0.1:3128</a>          <a href="http://127.0.0.1:34167">127.0.0.1:34167</a>         ESTABLISHED<br>tcp        0      0 <a href="http://127.0.0.1:34167">127.0.0.1:34167</a>         <a href="http://127.0.0.1:3128">127.0.0.1:3128</a>          ESTABLISHED<br><br></div><div>In this case, there is a content filter running in front of Squid on the same box. The same netstat command filtered on the content filter port shows only one connection per client:<br><br>tcp        0      0 192.168.x.x:8080      192.168.x.y:1310       ESTABLISHED<br><br></div><div>Thanks,<br></div><div>Chris<br></div></div>