Revert "Changed set_file_content to accept only a regular file path."

This reverts commit 7ab9c119ef.
This commit is contained in:
yhirose 2024-09-09 20:03:47 -04:00
parent 7ab9c119ef
commit 3f00e1b321
3 changed files with 91 additions and 90 deletions

View file

@ -2288,8 +2288,6 @@ protected:
{
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
cli_.enable_server_certificate_verification(false);
#else
#error no ssl
#endif
}