mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
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:
parent
9bf78f44ab
commit
b277c8ee98
7 changed files with 61 additions and 21 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue