recently I introduce this lib into my project, but the connection keeps failing in some of processes.
I found the failed process is that the process is holding too much fd(s), over 1024. It changes the behave of "select" in many of operating systems. Also, "select" is use by cpp-httplib by default, without specifying "CPPHTTPLIB_USE_POLL".
would you mind patching some notes for this? I guess there are some people like me, just want to get the ability to send Get or Post request, but not quite familiar with underlying things. Thanks.