Optimize memory allocation for client buffer; add VLD to detect memory on Windows.

This commit is contained in:
Adam Gu
2018-07-05 16:07:26 +08:00
parent 7280b09f10
commit b85377c3a3
72 changed files with 549 additions and 62 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ int main(int argc, char* argv[]) {
return 1;
}
LOG_INIT("", webcc::LOG_CONSOLE);
WEBCC_LOG_INIT("", webcc::LOG_CONSOLE);
std::string host = argv[1];
std::string port = argv[2];