From ba7aafe4d6aad34fe510989f8c49ea670278ba0b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 19 May 2020 15:27:16 +0200 Subject: Documentation cleanup --- TODO | 1 + plugins/fcgi/fcgi.cpp | 2 +- webserver.conf | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 7072663..94643d5 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +Fix auth on Chrome and Android/Samsung browser git via smart http / cgi git via web interface php diff --git a/plugins/fcgi/fcgi.cpp b/plugins/fcgi/fcgi.cpp index a97f1c0..a1529bc 100644 --- a/plugins/fcgi/fcgi.cpp +++ b/plugins/fcgi/fcgi.cpp @@ -356,7 +356,7 @@ std::string fcgi_plugin::fcgiQuery(FCGIContext& context) std::lock_guard socket_lock{socket->getMutex()}; - socket->close(); // TODO: Bug workaround: Keeping socket open doesn't work for now + socket->close(); // TODO: Bug workaround: Keeping socket open doesn't work for now. Subsequent requests are cancelled because connection is already closed by server. if (!socket->is_open()) { //std::cout << "FCGI: Opening new socket" << std::endl; diff --git a/webserver.conf b/webserver.conf index 7aba1a7..3659e59 100644 --- a/webserver.conf +++ b/webserver.conf @@ -78,7 +78,6 @@ /home/ernie/code/webshop/html - redirect https://www.antcom.de/ -- cgit v1.2.3