On Thu, 2008-04-17 at 17:32 +1200, Amos Jeffries wrote: > Alex Rousskov wrote: > > What about throwing from undoCheckOut? Would that work in Squid 3.0? > > I don't think it will work in 3.0. Unless you want to 'port' a > try...catch for it specifically, just to keep squid running and kill the > individual connection.
We already have that try/catch code for ICAP transactions (including v3.0). If the problem is only triggered by ICAP transactions, throwing may work. Alex.
