mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
CURLINFO_NUM_CONNECTS and more
This commit is contained in:
parent
ebf7d22503
commit
f4bef25b5e
12 changed files with 164 additions and 9 deletions
|
|
@ -624,6 +624,8 @@ struct PureInfo {
|
|||
long proxyauthavail;
|
||||
long httpauthavail;
|
||||
|
||||
long numconnects; /* how many new connection did libcurl created */
|
||||
|
||||
char *contenttype; /* the content type of the object */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue