diff Core/HttpServer/FilesystemHttpSender.cpp @ 908:e078ea944089 plugins

refactoring HttpOutput
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Jun 2014 17:47:39 +0200
parents a811bdf8b8eb
children ba5c0908600c
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpSender.cpp	Thu Jun 19 14:28:43 2014 +0200
+++ b/Core/HttpServer/FilesystemHttpSender.cpp	Thu Jun 19 17:47:39 2014 +0200
@@ -73,7 +73,7 @@
       }
       else
       {
-        output.Send(&buffer[0], nbytes);
+        output.SendBodyData(&buffer[0], nbytes);
       }
     }