Name: curl_easy_reset()
Description:
Re-initializes a CURL handle to the default values. This puts back the handle to the same state as it was in when it was just created.
It does keep: live connections, the Session ID cache, the DNS cache and the cookies.
See Implementation
Name: curl_easy_reset()
Description:
Re-initializes a CURL handle to the default values. This puts back the handle to the same state as it was in when it was just created.
It does keep: live connections, the Session ID cache, the DNS cache and the cookies.