libcurl-video-tutorials
libcurl-video-tutorials copied to clipboard
Video tutorials for how to write internet clients using libcurl
failure of curl_multi_poll() was wrongly written as failure of curl_multi_wait().
Any ETA?
Any ETA for the remaining video tutorial episodes? I'm waiting for this.
Openssl 1.1 doesn't require the callbacks any more, so things have become easier, but there still are some things to watch out for when doing multithreaded things.
The expat xml library (https://github.com/libexpat/libexpat) wants its data in a way that is well matched with the curl API. This (or some other similar library) may be worth showing. The...