Skip to content

Commit

Permalink
Retry curl error 16
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Mar 31, 2017
1 parent d087700 commit e1509ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstore/download.cc
Expand Up @@ -301,6 +301,7 @@ struct CurlDownloader : public Downloader
|| code == CURLE_COULDNT_RESOLVE_HOST
|| code == CURLE_RECV_ERROR
#if LIBCURL_VERSION_NUM >= 0x073200
|| code == CURLE_HTTP2
|| code == CURLE_HTTP2_STREAM
#endif
) ? Transient :
Expand Down

0 comments on commit e1509ad

Please sign in to comment.