363
363
CURLE_COULDNT_RESOLVE_PROXY,
368
367
CURLE_SSL_CACERT_BADFILE,
370
369
raise errors.ConnectionError(
371
370
'curl connection error (%s)\non %s' % (e[1], url))
372
374
elif e[0] == CURLE_PARTIAL_FILE:
373
375
# Pycurl itself has detected a short read. We do not have all
374
376
# the information for the ShortReadvError, but that should be