On Tue, Dec 17, 2019 at 02:44:11PM +0800, peng xu via curl-library wrote: > curl_easy_setopt(easy_handle, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0);
You should really be checking the error codes returned by all these functions. A failure here is a pretty big red flag. ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
