270
291
url = curl.getinfo(pycurl.EFFECTIVE_URL)
271
292
mutter('got pycurl error: %s, %s, %s, url: %s ',
272
e[0], _pycurl_errors.errorcode[e[0]], e, url)
277
299
raise ConnectionError('curl connection error (%s)\non %s'
280
302
# Pycurl itself has detected a short read. We do
281
303
# not have all the information for the
282
304
# ShortReadvError, but that should be enough