changeset 1875:a5cd02894534

fix multipart
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Dec 2015 17:23:57 +0100
parents 5e7feeb63d1f
children 9b458e4484a1
files Core/HttpServer/HttpOutput.cpp NEWS
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
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);
   }
 
 
--- a/NEWS	Mon Dec 07 09:59:59 2015 +0100
+++ b/NEWS	Mon Dec 07 17:23:57 2015 +0100
@@ -1,10 +1,11 @@
 Pending changes in the mainline
 ===============================
 
+* Promiscuous mode (accept unknown SOP class UID) is now turned off by default
 * Fix modality worklists server if some fields are null
 * More tolerant "/series/.../ordered-slices" with broken series
-* Promiscuous mode is now turned off by default
 * Improved logging information if upgrade fails
+* Fix formatting of multipart HTTP answers (bis)
 
 
 Version 0.9.5 (2015/12/02)