From 4bf2dd2d2bb3fa1a75507a26e5db2171e6560263 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 3 Mar 2016 13:46:45 +0100 Subject: WebAdmin: Finish HTTP responses. --- src/WebAdmin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WebAdmin.cpp b/src/WebAdmin.cpp index 08e90ea13..e43d749dd 100644 --- a/src/WebAdmin.cpp +++ b/src/WebAdmin.cpp @@ -318,6 +318,7 @@ void cWebAdmin::HandleWebadminRequest(cHTTPServerConnection & a_Connection, cHTT Resp.SetContentType("text/html"); a_Connection.Send(Resp); a_Connection.Send(Template.c_str(), Template.length()); + a_Connection.FinishResponse(); return; } a_Connection.SendStatusAndReason(500, "m_TemplateScript failed"); -- cgit v1.2.3