Hi,
I'm working on updating my squid which was running under the 3.3.8
version to the new 4.2 release.
I'm using rewriter with concurency like this
url_rewrite_children 100 startup=10 idle=2 concurrency=5 queue-size=10
on-persistent-overload=ERR
So according to the documation I should b
e the connection is abort, but this should not stop my
rewriter ?
And if my rewritter reply OK after the 10 seconds timeout the page is
well displayed in my browser. I was expecting to receive a 500 error.
On 31/07/2018 09:43, Amos Jeffries wrote:
On 31/07/18 19:35, ygirardin wrote:
Hi,
Hi,
I'm trying to use the new squid4 directive url_rewrite_timeout.
In order to make sure it works my rewritter is blocking to enable the
timeout.
But nothing happen, I thought my browser will receive a 500 error with
the following configuration but nope nothing happend and no trace in
cache.