Bug 3481 - wget does not try all servers if one server is down
Summary: wget does not try all servers if one server is down
Status: RESOLVED WONTFIX
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.18.x
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 20:48 UTC by William Pitcock
Modified: 2011-05-09 01:17 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Pitcock 2011-03-12 20:48:16 UTC
busybox's wget does not presently try all servers returned in a DNS record if one server is down.  this is in contrast to GNU wget, which does try all servers.
Comment 1 Denys Vlasenko 2011-04-11 01:07:11 UTC
I tend towards WONTFIX. The libbb API relies heavily on the idea that "hostname[:port]" string gets resolved to one sockaddr, not to many sockaddrs.