diff NEWS @ 5406:aaf7c49a9ddc am-http-compression

tentative to implement smart HTTP compression with detection of transfer syntax
author Alain Mazy <am@osimis.io>
date Sat, 04 Nov 2023 13:42:30 +0100
parents 62bb63346185
children
line wrap: on
line diff
--- a/NEWS	Tue Oct 17 15:06:11 2023 +0200
+++ b/NEWS	Sat Nov 04 13:42:30 2023 +0100
@@ -17,6 +17,9 @@
 * All 'expand' GET arguments now accepts expand=true and expand=false values.
   The /studies/../instances and sibling routes are the only whose expand is true if not specified.
   These routes now accepts expand=false to simply list the child resources ids.
+* Whatever the value of the "HttpCompressionEnabled" configuration, only the contents 
+  that are clearly identified as compressible (mainly JSON, XML or a raw DICOM file) are compressed.
+  - For contents provided by plugins, 
 
 
 Maintenance