Skip to content

Commit 0e8dea6

Browse files
author
a.stecher
committed
curl shutdown check
1 parent 048c504 commit 0e8dea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/curl/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ static int curl_fnmatch(void *ctx, const char *pattern, const char *string)
602602
/* {{{ curl_progress */
603603
static int curl_progress(void *clientp, double dltotal, double dlnow, double ultotal, double ulnow)
604604
{
605-
/* 2. Do not call progress callback if we are in a shutdown state (eg. timeout)*/
605+
/* Do not call progress callback if we are in a shutdown state (eg. timeout)*/
606606
if (UNEXPECTED(EG(flags) & EG_FLAGS_IN_SHUTDOWN)) {
607607
return 0;
608608
}

0 commit comments

Comments
 (0)