]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_httpd.cpp
Move <security:hidesplits> to the spanningtree module.
[user/henk/code/inspircd.git] / src / modules / m_httpd.cpp
index 17f25203d884c87dbfba2a11d09cf865ca61c7b6..28177a7a25d602a0646ce2929f132bad6ca8970b 100644 (file)
@@ -349,6 +349,7 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru
        {
                SendHeaders(n->str().length(), response, *hheaders);
                WriteData(n->str());
+               Close();
        }
 
        void AddToCull()