[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Wget times out
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] Wget times out |
Date: |
Sat, 18 Sep 2010 13:27:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Hello,
thanks for your report. This bug is fixed in the source repository and
will be included in the next wget release.
Cheers,
Giuseppe
"Marc R.J. Brevoort" <address@hidden> writes:
> Hello all,
>
> Apparently this is a combined gnome config/wget issue so I'm posting
> it individually to both sides.
>
> I've found a situation where wget always times out when behind a proxy,
> even if proxy login credentials etc. are 100% correct.
>
> Reason for the timeout is that wget apparently chokes on a
> trailing comma in the no_proxy environment variable.
>
> The Gnome tools should not have added this comma (as there are no
> further entries); wget should not choke on it.
>
> For now I've worked around it by adding this in my .bashrc:
>
> export no_proxy=`echo $no_proxy|sed -e 's/,$//'`
>
> (But surely wget could do something similar itself if it
> detects a trailing comma in no_proxy!)
>
> Kindest regards,
> Marc Brevoort