From ba7aafe4d6aad34fe510989f8c49ea670278ba0b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 19 May 2020 15:27:16 +0200 Subject: Documentation cleanup --- plugins/fcgi/fcgi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/fcgi') 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; -- cgit v1.2.3