Name
easy:GetInfo_Num_Connects -- get number of created connections
Synopsis
nump = easy:GetInfo_Num_Connects()
Function
Returns how many new connections libcurl had to create to achieve the previous transfer (only the successful connects are counted). Combined with #CURLINFO_REDIRECT_COUNT you are able to know how many times libcurl successfully reused existing connection(s) or not. See the connection options of easy:SetOpt() to see how libcurl tries to make persistent connections to save time.

Inputs
none

Results
nump
output value

Show TOC