diff Core/HttpServer/FilesystemHttpHandler.cpp @ 1521:3606278d305e

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 13:37:24 +0200
parents 8bd0d897763f
children 3232f1c995a5
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpHandler.cpp	Tue Aug 11 13:26:42 2015 +0200
+++ b/Core/HttpServer/FilesystemHttpHandler.cpp	Tue Aug 11 13:37:24 2015 +0200
@@ -104,7 +104,7 @@
     s += "</html>";
 
     output.SetContentType("text/html");
-    output.SendBody(s);
+    output.Answer(s);
   }