Re: Can I use curl_easy_setopt during curl_easy_perform.

2021-07-16 Thread Daniel Stenberg via curl-library
On Mon, 12 Jul 2021, Wu Yuanshou via curl-library wrote: Shall I call curl_easy_setopt() during curl_easy_perform() ? It seems like we should not do this according to the document I can find.Instead , I shall quit from the curl_easy_perform() function , apply the setting via

Can I use curl_easy_setopt during curl_easy_perform.

2021-07-12 Thread Wu Yuanshou via curl-library
Hi Everyone from libcurl maillist: Shall I call curl_easy_setopt() during curl_easy_perform() ? It seems like we should not do this according to the document I can find.Instead , I shall quit from the curl_easy_perform() function , apply the setting via curl_easy_setopt() and call