# HG changeset patch # User Sebastien Jodogne # Date 1449505437 -3600 # Node ID a5cd02894534d2899e08556f1cb87c5508aeb645 # Parent 5e7feeb63d1f5a07842655a02c04500fa31a7fab fix multipart diff -r 5e7feeb63d1f -r a5cd02894534 Core/HttpServer/HttpOutput.cpp --- 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); } diff -r 5e7feeb63d1f -r a5cd02894534 NEWS --- 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)