Closed
Bug 366504
Opened 18 years ago
Closed 8 years ago
PAC: SOCKS proxy failover is broken
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1230803
People
(Reporter: zankou, Unassigned)
References
Details
(Whiteboard: [necko-backlog][proxy])
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
SOCKS proxy failover does not work as documented. If one specifies two SOCKS proxies in a PAC file in the same return statement, only the first one is attempted.
Reproducible: Always
Steps to Reproduce:
1. In a PAC file, specify two SOCKS proxies as such "return SOCKS socks1.blah.com; SOCKS socks2.blah.com".
2. If socks1.blah.com goes down, socks2.blah.com should handle the request, but it does not.
Actual Results:
Instead of socks2.blah.com handling the request, it just errors out, indicating that the proxy is not responding.
Expected Results:
Failover to socks2.blah.com
this bug might be a dupe of bug 273258, but that one had been resolved as a dupe of another bug that was supposedly fixed.
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Updated•8 years ago
|
Whiteboard: [necko-backlog] → [necko-backlog][proxy]
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Hi Daniel,
Do you think this is a dup of bug 1230803?
Flags: needinfo?(daniel)
Comment 3•8 years ago
|
||
Yes, to the extent that this is one of the problems I think should be covered in work mentioned in that bug.
Flags: needinfo?(daniel)
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•