issues
search
JosephP91
/
curlcpp
An object oriented C++ wrapper for CURL (libcurl)
https://josephp91.github.io/curlcpp
MIT License
630
stars
174
forks
source link
Remove use of `CURLOPT_OBSOLETE72` and `CURLOPT_CLOSEPOLICY`
#155
Open
dg0yt
opened
2 months ago
dg0yt
commented
2 months ago
Cf.
https://github.com/curl/curl/issues/14747
.
This was already removed from CURL git today, breaking this project.
"Those symbols have been deprecated for over 17 years."
Use in curlcpp:
https://github.com/search?q=repo%3AJosephP91%2Fcurlcpp+CURLOPT_OBSOLETE72&type=code
Cf. https://github.com/curl/curl/issues/14747.