Skip to content

Commit 87e9dde

Browse files
TrifleMichaelsawenzel
authored andcommitted
CCDBDownloader: Additional error check
1 parent 316a95f commit 87e9dde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CCDB/src/CCDBDownloader.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ void CCDBDownloader::curlTimeout(uv_timer_t* handle)
235235

236236
void CCDBDownloader::curlPerform(uv_poll_t* handle, int status, int events)
237237
{
238+
uvErrorCheck(status);
238239
int running_handles;
239240
int flags = 0;
240241
if (events & UV_READABLE) {

0 commit comments

Comments
 (0)