diff options
author | Julian Andres Klode <jak@debian.org> | 2018-01-03 15:47:11 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2018-01-03 15:47:11 +0100 |
commit | 8d5f26a9e9bd2a7c58a0039fae0c50867047c30f (patch) | |
tree | 094a41cd69de50dff0019be7189038d61f8c8499 /doc | |
parent | dcc0759fea4bf65d5477678e287880927d2cc9be (diff) | |
parent | 3bbd328396745d0dd6c5585935040082a2c41e3e (diff) |
Merge branch 'pu/happy-eyeballs2a'
Happy Eyeballs are coming, yay!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index a765fbe42..153637ebc 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -257,6 +257,7 @@ Acquire Proxy "http://127.0.0.1:3128"; Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting Timeout "120"; + ConnectionAttemptDelayMsec "250"; Pipeline-Depth "5"; AllowRedirect "true"; @@ -285,6 +286,7 @@ Acquire AllowRedirect "true"; Timeout "120"; + ConnectionAttemptDelayMsec "250"; AllowRedirect "true"; // Cache Control. Note these do not work with Squid 2.0.2 @@ -312,6 +314,7 @@ Acquire }; Timeout "120"; + ConnectionAttemptDelayMsec "250"; /* Passive mode control, proxy, non-proxy and per-host. Pasv mode is preferred if possible */ |