[squid-dev] [PATCH] risky_server_pconn_reuse option

Eduard Bagdasaryan eduard.bagdasaryan at measurement-factory.com
Mon Mar 7 11:26:56 UTC 2016


Hello,

This patch introduces a new ACL-driven " risky_server_pconn_reuse" option.
This option provides fine-grained control over persistent connection
reuse when forwarding HTTP requests that Squid cannot retry. It is useful
in environments where opening new connections is very expensive
(e.g., all connections are secured with TLS with complex client and server
certificate validation) and race conditions associated with persistent
connections are very rare and/or only cause minor problems.

Example:
acl SpeedIsWorthTheRisk method POST
risky_server_pconn_reuse allow SpeedIsWorthTheRisk


Regards,
Eduard.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-dev/attachments/20160307/ec89c39f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SQUID-93-risky-server-pconn-reuse-t3.patch
Type: text/x-patch
Size: 9531 bytes
Desc: not available
URL: <http://lists.squid-cache.org/pipermail/squid-dev/attachments/20160307/ec89c39f/attachment-0001.bin>


More information about the squid-dev mailing list