Vít Skalický
Results
2
issues of
Vít Skalický
Fixes #40 Trailing `/` was not being removed from `resource_path_without_sep`. This is now fixed.
curl_easy_escape() and curl_unescape() allocate new memory for the char*. std::string constructor copies the data from char*, and the char* needs to be freed afterwards, which it was not and therefore...