diff Core/HttpServer/HttpOutput.cpp @ 1875:a5cd02894534

fix multipart
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Dec 2015 17:23:57 +0100
parents aa95aea0a352
children 5cf2bd0abfa2
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.cpp	Mon Dec 07 09:59:59 2015 +0100
+++ b/Core/HttpServer/HttpOutput.cpp	Mon Dec 07 17:23:57 2015 +0100
@@ -463,7 +463,7 @@
       stream_.Send(false, item, length);
     }
 
-    stream_.Send(false, "\r\n", 1);
+    stream_.Send(false, "\r\n", 2);
   }