"Ian Abbott" <[EMAIL PROTECTED]> writes:
> On 29 Nov 2001 at 12:48, Herold Heiko wrote:
>
>> --12:27:26-- http://www.cnn.com/
>> (try: 3) => `www.cnn.com/index.html'
>> Found www.cnn.com in host_name_addresses_map (008D01B0)
>> Releasing 008D01B0 (new refcount 1).
>> Retrying.
>>
>> (ecc.)
>> Same with other hosts
>>
>> Could somebody please confirm if this is a problem with my build ?
>
> No, it happens on my Linux build too. Something broke.
I discovered a bug. Does this patch help:
2001-11-29 Hrvoje Niksic <[EMAIL PROTECTED]>
* host.c (address_list_new): Initialize al->faulty.
Index: host.c
===================================================================
RCS file: /pack/anoncvs/wget/src/host.c,v
retrieving revision 1.21
diff -u -r1.21 host.c
--- host.c 2001/11/27 14:55:40 1.21
+++ host.c 2001/11/29 14:05:07
@@ -141,6 +141,7 @@
++count;
assert (count > 0);
al->count = count;
+ al->faulty = 0;
al->buffer = xmalloc (count * IP4_ADDRESS_LENGTH);
al->refcount = 1;