AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Frank Stanek
Thank you for your reply. > the browser apparently needs to resolve the IP before itdesides whether to > use proxy or not. It may be a problem of the .pac file. I have also suspected the pac file some time ago. We have tried to use !(isResolvable(host)) to try and make the browser give up faster,

AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-26 Thread Frank Stanek
thanks for that hint as well. Regards Frank - Originalnachricht - Von: "Kevin Darcy" Gesendet: Die, 26.1.2010 00:08 An: bind-users@lists.isc.org Betreff: Re: AW: Disabling recursion causes browser hangs on clients with auto proxy config On 1/25/2010 2:47 PM, Niall O'

Re: AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Niall O'Reilly
Frank Stanek wrote: I'm sorry but I don't quite understand what you mean. Could you please elaborate this on the basis of this excerpt from our pac file? function FindProxyForURL(url, host) { var proxy1 = "PROXY 192.168.240.29:8080"; var proxy2 = "PROXY 172.16.1.30:8080"; if ( dnsDom

Re: AW: Disabling recursion causes browser hangs on clients with auto proxy config

2010-01-25 Thread Kevin Darcy
On 1/25/2010 2:47 PM, Niall O'Reilly wrote: Frank Stanek wrote: I'm sorry but I don't quite understand what you mean. Could you please elaborate this on the basis of this excerpt from our pac file? function FindProxyForURL(url, host) { var proxy1 = "PROXY 192.168.240.29:8080"; var proxy