mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
parent
c7c362a24c
commit
fa2d6ba84d
7 changed files with 19 additions and 20 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -160,7 +160,7 @@ static int Curl_doh_done(struct Curl_easy *doh, CURLcode result)
|
|||
struct Curl_easy *data = doh->set.dohfor;
|
||||
/* so one of the DOH request done for the 'data' transfer is now complete! */
|
||||
data->req.doh.pending--;
|
||||
infof(data, "a DOH request is completed, %d to go\n", data->req.doh.pending);
|
||||
infof(data, "a DOH request is completed, %u to go\n", data->req.doh.pending);
|
||||
if(result)
|
||||
infof(data, "DOH request %s\n", curl_easy_strerror(result));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue