From a31b91482d0f0ffce7408fa0498d34ce22b9c244 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 18 Apr 2020 16:45:19 +0200 Subject: Bugfixes --- Makefile | 9 +++++---- TODO | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d45bb7f..d6c11f5 100644 --- a/Makefile +++ b/Makefile @@ -33,16 +33,17 @@ CXXTESTFLAGS=-Igoogletest/include -Igooglemock/include/ -Igoogletest -Igooglemoc LIBS=\ -lboost_context \ --lboost_coroutine \ --lboost_program_options \ -lboost_system \ --lboost_thread \ -lboost_filesystem \ --lboost_regex \ -lpthread \ -lssl -lcrypto \ -ldl +#-lboost_coroutine \ +#-lboost_program_options \ +#-lboost_thread \ +#-lboost_regex \ + ifeq ($(CXX),clang++-10) LIBS+= \ -fuse-ld=lld-10 \ diff --git a/TODO b/TODO index 58fe21e..3ff022d 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ +./plugins/webbox/webbox.cpp:43: warning: the use of `tmpnam' is dangerous, better use `mkstemp' Request properties: Remote Address, e.g. [::1]:8081 -> ipv6 / ipv4 Speed up config.GetPath read: The socket was closed due to a timeout -- cgit v1.2.3