mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Changed set_file_content to accept only a regular file path.
This commit is contained in:
parent
3f2922b3fa
commit
7ab9c119ef
3 changed files with 90 additions and 91 deletions
|
@ -2288,6 +2288,8 @@ protected:
|
|||
{
|
||||
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
cli_.enable_server_certificate_verification(false);
|
||||
#else
|
||||
#error no ssl
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue