Fabian Sauter

Results 337 comments of Fabian Sauter

Closing for no response. Feel free to reopen in case the issue still persists.

Fixed by: https://github.com/libcpr/cpr/pull/1168

@simue thanks for your request! Yes, coroutine are still a feature I consider would be awesome for cpr and I would love to have them supported. But it boils down...

Yes. You are right. In the best case we could merge both. The thread pool is really buggy right now (example: https://github.com/libcpr/cpr/issues/1040) and needs a rewrite anyway.

OK, no problem! Thanks for reporting back to me!

@Enziferum thanks for looking into it and @typeshi12 thanks for reporting. Please check the following curl issue for it: https://github.com/jeroen/curl/issues/127 To me it does not make sense that removing `CURLOPT_CERTINFO`...

@rminderhoud good catch! I will work on an update to libcurl 8.10.1 this weekend.

But without CLion it installs in the correct directory?

Can confirm. There is something wrong. Especially in regards to zlib. When setting `-DCMAKE_BUILD_TYPE=Release` it tries to install zlib from the `Debug` directory and vise versa. How critical is this...

Since based on the [docs](https://curl.se/libcurl/c/CURLOPT_SSL_OPTIONS.html) it's a OpenSSL only option and up until now I (and nobody I heard from) needed it to be set. This to me sounds like...