Fabian Sauter
Fabian Sauter
Closing for no response
@Cornpop456 Without looking too deep into it, I guess our [`cpr-config.cmake`](https://github.com/libcpr/cpr/blob/master/cpr-config.cmake) is not correct. It perhaps should include the `find_package(OpenSSL REQUIRED)` if cpr was build with OpenSSL enabled. Sadly I...
@Drollex thanks for reporting! This is a vcpkg issue and we do not support vcpkg. Never the less I suspect you did not correctly install cpr via vcpkg. Try `vcpkg...
> Hi, I would like to suggest use a third thread pool implementation: https://github.com/bshoshany/thread-pool Agree. If I'm unable to fix the macos socket issues, I will most likely switch and...
@Sightem thanks for reporting! When I try building both `1.11.0` and `1.9.8` with the following CMake config based on yours ```cmake cmake_minimum_required(VERSION 3.20) project(cpr_example) set(CMAKE_CXX_STANDARD 17) # Set to C++...
@gregory-shklover Thanks for the feature request. Do you want to create a PR for it?
@lewar-w thanks for reporting! Yeah, the current thread pool implementation is not so good. I started a replacement implementation and the only problem I have there is the MacOS tests...
Yes, that's expected broken behaviour of the current implementation.
@pvlov could you take a look at this?
@germandiagogomez thanks for your feature request! Yes, this would be awesome and I would love to merge a PR adding this functionality.