Core: CPU_Cores refactored to support >64, Ignoring leaks in new OpenSSL, Stream::Put(const char *s) now allows and ignores nullptr

This commit is contained in:
Mirek Fidler 2025-10-07 16:48:58 +02:00
parent 9bf78f44ab
commit b277c8ee98
7 changed files with 61 additions and 21 deletions

View file

@ -4,7 +4,7 @@ using namespace Upp;
CONSOLE_APP_MAIN
{
StdLogSetup(LOG_COUT|LOG_FILE);
// StdLogSetup(LOG_COUT|LOG_FILE);
HttpRequest::Trace();
RLOG(HttpRequest("https://www.ultimatepp.org").Execute());