tags 612450 + upstream forwarded 612450 https://savannah.gnu.org/bugs/index.php?33835 severity 612450 wishlist thanks
Hello Witold,
Am Dienstag, den 08.02.2011, 16:13 +0100 schrieb Witold Baryluk:
> I do not what benefits this brings but wget apperantly only shows only first
> 3 addresses of given hostname.
Yes this is correct:
src/host.c
...
/* Print the addresses determined by DNS lookup, but no more than
three. */
if (!silent && !numeric_address)
{
int i;
int printmax = al->count <= 3 ? al->count : 3;
for (i = 0; i < printmax; i++)
{
logputs (LOG_VERBOSE, print_address (al->addresses + i));
if (i < printmax - 1)
logputs (LOG_VERBOSE, ", ");
}
if (printmax != al->count)
logputs (LOG_VERBOSE, ", ...");
logputs (LOG_VERBOSE, "\n");
}
I forwarded your request as wishlist to upstream.
--
Noël Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: This is a digitally signed message part

