CURLINFO_NUM_CONNECTS and more

This commit is contained in:
Daniel Stenberg 2004-10-19 15:30:08 +00:00
parent ebf7d22503
commit f4bef25b5e
12 changed files with 164 additions and 9 deletions

View file

@ -784,5 +784,7 @@ CURLcode Curl_connecthost(struct connectdata *conn, /* context */
if(sockconn)
*sockconn = sockfd; /* the socket descriptor we've connected */
data->info.numconnects++; /* to track the number of connections made */
return CURLE_OK;
}