Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 23, 2025
1 parent 2bd05a6 commit 0c1da3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ static CURL * g_http_handle = NULL;
static int
http_progress_callback(void *clientp, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow)
{
/* Check the PgSQL global flags */
return QueryCancelPending || ProcDiePending;
}

Expand Down

0 comments on commit 0c1da3e

Please # to comment.