diff Core/HttpServer/HttpOutput.cpp @ 2908:9d277f8ad698

new enumeration: MimeType
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Oct 2018 16:16:07 +0100
parents ae20fccdd867
children d924f9bb61cc
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.cpp	Tue Oct 30 13:53:29 2018 +0100
+++ b/Core/HttpServer/HttpOutput.cpp	Tue Oct 30 16:16:07 2018 +0100
@@ -322,6 +322,7 @@
     stateMachine_.SendBody(NULL, 0);
   }
 
+  
   void HttpOutput::Answer(const void* buffer, 
                           size_t length)
   {