diff NEWS @ 4650:9804d6490872

Reduced memory consumption of HTTP/REST plugins calls on POST/PUT if chunked transfer is disabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 May 2021 10:57:42 +0200
parents e915102093de
children 9f7eef20bc7d
line wrap: on
line diff
--- a/NEWS	Fri Apr 30 10:09:50 2021 +0200
+++ b/NEWS	Tue May 04 10:57:42 2021 +0200
@@ -8,6 +8,8 @@
 * Fix regression in the handling of "DicomCheckModalityHost" configuration option
   introduced by changeset 4182 in Orthanc 1.7.4
 * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
+* Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and
+  "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled
   
 
 Version 1.9.2 (2021-04-22)