Closed
Bug 124087
Opened 23 years ago
Closed 23 years ago
PAC: List Returned by FindProxyForURL(), no failover
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 121732
People
(Reporter: paolo.berva, Assigned: neeti)
Details
The PAC file retrived when I set automatic proxy configuration looks like this:
function FindProxyForURL(url, host)
{
var proxy = "PROXY proxy1.some.domain:8080; PROXY proxy2.some.domain:8080";
...
return proxy;
}
If the proxy1 is down the browser doesn't use proxy2.
I expect the browser uses the first responding proxy in the list like other
browsers.
Comment 1•23 years ago
|
||
Dupe of bug 121732, but I'm sure theres an older dupe
*** This bug has been marked as a duplicate of 121732 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Summary: Proxy List Returned by FindProxyForURL() with automatic proxy configuration → PAC: List Returned by FindProxyForURL(), no failover
You need to log in
before you can comment on or make changes to this bug.
Description
•