mirror of
https://github.com/curl/curl.git
synced 2026-04-29 21:22:11 +03:00
parent
6377da72b2
commit
276644ca16
2 changed files with 2 additions and 2 deletions
|
|
@ -758,7 +758,7 @@ CURLcode Curl_disconnect(struct Curl_easy *data,
|
|||
* are other users of it
|
||||
*/
|
||||
if(CONN_INUSE(conn) && !dead_connection) {
|
||||
DEBUGF(infof(data, "Curl_disconnect when inuse: %d\n", CONN_INUSE(conn)));
|
||||
DEBUGF(infof(data, "Curl_disconnect when inuse: %zu\n", CONN_INUSE(conn)));
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ int test(char *url)
|
|||
|
||||
multi_perform(multi, &running);
|
||||
|
||||
fprintf(stderr, "%s:%d running %ld state %d\n",
|
||||
fprintf(stderr, "%s:%d running %d state %d\n",
|
||||
__FILE__, __LINE__, running, state);
|
||||
|
||||
abort_on_test_timeout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue