Add comment to HttpClientSession about the usage in multi-thread scenario.

This commit is contained in:
Chunting Gu
2019-03-25 11:11:53 +08:00
parent 3b7f4ecacf
commit 6c4ac75c35
3 changed files with 20 additions and 21 deletions
-5
View File
@@ -5,8 +5,6 @@
using namespace webcc;
// -----------------------------------------------------------------------------
#if (defined(WIN32) || defined(_WIN64))
// You need to set environment variable SSL_CERT_FILE properly to enable
// SSL verification.
@@ -15,9 +13,6 @@ bool kSslVerify = false;
bool kSslVerify = true;
#endif
// -----------------------------------------------------------------------------
// Examples
void ExampleBasic() {
webcc::HttpClientSession session;