<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    This patch introduces a new ACL-driven "
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    risky_server_pconn_reuse" option.<br>
    <span style="color: rgb(51, 51, 51); font-family: Arial, sans-serif;
      font-size: 14px; font-style: normal; font-variant: normal;
      font-weight: normal; letter-spacing: normal; line-height:
      13.3333px; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none; background-color: rgb(255, 255, 255);"></span>This
    option provides fine-grained control over persistent connection<br>
    reuse when forwarding HTTP requests that Squid cannot retry. It is
    useful<br>
    in environments where opening new connections is very expensive<br>
    (e.g., all connections are secured with TLS with complex client and
    server<br>
    certificate validation) and race conditions associated with
    persistent<br>
    connections are very rare and/or only cause minor problems.<br>
    <br>
    Example:<br>
    acl SpeedIsWorthTheRisk method POST<br>
    risky_server_pconn_reuse allow SpeedIsWorthTheRisk<br>
    <br>
    <br>
    Regards,<br>
    Eduard.<br>
  </body>
</html>