diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index a7bd693f..5eac08a9 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -299,7 +299,7 @@ namespace http { } s << "\r\n"; } - s << "\r\n\r\n\r\n"; + s << "\r\n\r\n"; if(outputFormat==OutputFormatEnum::forQtUi) { s << "
"; }