mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 00:17:11 +02:00
Update CPR.
This commit is contained in:
2
vendor/CPR/cpr/curlholder.cpp
vendored
2
vendor/CPR/cpr/curlholder.cpp
vendored
@ -25,9 +25,9 @@ CurlHolder::CurlHolder() {
|
||||
} // namespace cpr
|
||||
|
||||
CurlHolder::~CurlHolder() {
|
||||
curl_easy_cleanup(handle);
|
||||
curl_slist_free_all(chunk);
|
||||
curl_formfree(formpost);
|
||||
curl_easy_cleanup(handle);
|
||||
}
|
||||
|
||||
std::string CurlHolder::urlEncode(const std::string& s) const {
|
||||
|
Reference in New Issue
Block a user