summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/wget.py')
-rw-r--r--bitbake/lib/bb/fetch2/wget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py
index 2579a65ce6..92cc10785c 100644
--- a/bitbake/lib/bb/fetch2/wget.py
+++ b/bitbake/lib/bb/fetch2/wget.py
@@ -228,7 +228,7 @@ class Wget(FetchMethod):
228 # We let the request fail and expect it to be 228 # We let the request fail and expect it to be
229 # tried once more ("try_again" in check_status()), 229 # tried once more ("try_again" in check_status()),
230 # with the dead connection removed from the cache. 230 # with the dead connection removed from the cache.
231 # If it still fails, we give up, which can happend for bad 231 # If it still fails, we give up, which can happen for bad
232 # HTTP proxy settings. 232 # HTTP proxy settings.
233 fetch.connection_cache.remove_connection(h.host, h.port) 233 fetch.connection_cache.remove_connection(h.host, h.port)
234 raise urllib.error.URLError(err) 234 raise urllib.error.URLError(err)