bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Wget no_proxy parsing issue


From: Timothy Rafael Cardenas2
Subject: [Bug-wget] Wget no_proxy parsing issue
Date: Thu, 24 Jun 2010 09:49:12 -0400

This is a minor issue with the wget no_proxy env var parsing. If a 
trailing comma is left on the string containing all addresses not to be 
used with the proxy server then wget simply reports back with timeout 
errors. Adding a trailing comma is a common practice in ubuntu and to 
ensure that this issue does happen again i would imagine a better error 
message or just a small special case added to the parsing routine of wgets 
env vars. 


no_proxy=localhost,127.0.0.0/8,

wget google.com
--2010-06-24 09:40:21--  http://google.com/
Resolving google.com... 209.85.225.105, 209.85.225.106, 209.85.225.147, 
...
Connecting to google.com|209.85.225.105|:80... timeout

no_proxy=localhost,127.0.0.0/8 (notice the missing comma)


 wget google.com  
--2010-06-24 09:48:34--  http://google.com/
....
Saving to: `index.html'

    [ <=>            ] 8,179       --.-K/s   in 0.001s 

2010-06-24 09:48:34 (9.59 MB/s) - `index.html' saved [8179]

Tim


reply via email to

[Prev in Thread] Current Thread [Next in Thread]