summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-19 15:27:16 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-19 15:27:16 +0200
commitba7aafe4d6aad34fe510989f8c49ea670278ba0b (patch)
tree151f40d92b5647ec9e6a0144df66689a45175029
parent2d0bd5acd12a76e12d1fda9d8f2b2a5170298a50 (diff)
Documentation cleanup
-rw-r--r--TODO1
-rw-r--r--plugins/fcgi/fcgi.cpp2
-rw-r--r--webserver.conf1
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<std::mutex> 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 @@
<target>/home/ernie/code/webshop/html</target>
</path>
-
<path requested="/redirect1">
<plugin>redirect</plugin>
<target>https://www.antcom.de/</target>