Closed
Bug 669159
Opened 14 years ago
Closed 9 years ago
Restore backup connection for IPv6-only hosts
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 684893
People
(Reporter: Biesinger, Unassigned)
Details
(Whiteboard: [http-conn])
See 621558 comment 9 - I've come to the conclusion that this is actually doable without too much difficulty.
Implementation sketch:
- Add an attribute + member variable isIpv6Only to socket transport. default to false (needed when we don't do DNS resolution, e.g. for SOCKS)
- when DNS resolution is done, iterate over the DNS record and store whether it is v6-only
- when the backup connection gets set up, read that property from the main connection to figure out whether to disable v6 or not
Updated•14 years ago
|
Keywords: dev-doc-needed
Comment 1•13 years ago
|
||
![]() |
||
Updated•13 years ago
|
Whiteboard: [http-conn]
Reporter | ||
Comment 2•12 years ago
|
||
may be a duplicate of the bug Patrick mentioned, but either way, I'm not working on this one...
Assignee: cbiesinger → nobody
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•