mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
parent
6377da72b2
commit
276644ca16
@ -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…
Reference in New Issue
Block a user