diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 961ac8e7..73b8fc55 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -979,7 +979,10 @@ namespace http { << " ( " << cnt << " )\r\n" << "\r\n" << "
\r\n\r\n" - << tmp_s.str () << "
\r\n
\r\n\r\n"; + << tmp_s.str () + << "
\r\n" + << " 
\r\n" << std::endl + << "\r\n\r\n\r\n"; } if (!tmp_s6.str ().empty ()) { @@ -987,7 +990,10 @@ namespace http { << "v6 ( " << cnt6 << " )\r\n" << "\r\n" << "
\r\n\r\n" - << tmp_s6.str () << "
\r\n
\r\n\r\n"; + << tmp_s6.str () + << "
\r\n" + << " 
\r\n" << std::endl + << "\r\n\r\n\r\n"; } }