Retry curl error 16
This commit is contained in:
parent
d087700347
commit
e1509adbbb
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ struct CurlDownloader : public Downloader
|
||||||
|| code == CURLE_COULDNT_RESOLVE_HOST
|
|| code == CURLE_COULDNT_RESOLVE_HOST
|
||||||
|| code == CURLE_RECV_ERROR
|
|| code == CURLE_RECV_ERROR
|
||||||
#if LIBCURL_VERSION_NUM >= 0x073200
|
#if LIBCURL_VERSION_NUM >= 0x073200
|
||||||
|
|| code == CURLE_HTTP2
|
||||||
|| code == CURLE_HTTP2_STREAM
|
|| code == CURLE_HTTP2_STREAM
|
||||||
#endif
|
#endif
|
||||||
) ? Transient :
|
) ? Transient :
|
||||||
|
|
Loading…
Reference in a new issue