comparison NEWS @ 3138:ab46e537f92e

renamed class MongooseServer as HttpServer, CivetWeb made default HTTP server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 18:29:16 +0100
parents 5a3b961e9524
children af4fab776ff2
comparison
equal deleted inserted replaced
3137:5a3b961e9524 3138:ab46e537f92e
7 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server 7 * New configuration option: "TcpNoDelay" to disable Nagle's algorithm in HTTP server
8 8
9 Maintenance 9 Maintenance
10 ----------- 10 -----------
11 11
12 * CivetWeb is now the default embedded HTTP server (instead of Mongoose)
12 * Don't consider tags whose group is below 0x0008 in C-FIND SCP 13 * Don't consider tags whose group is below 0x0008 in C-FIND SCP
13 * Compatibility with DCMTK 3.6.4 14 * Compatibility with DCMTK 3.6.4
14 * Fix issue #21 (DICOM files missing after uploading with Firefox) 15 * Fix issue #21 (DICOM files missing after uploading with Firefox)
15 * Fix issue #32 (HTTP keep-alive is now enabled by default) 16 * Fix issue #32 (HTTP keep-alive is now enabled by default)
16 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove) 17 * Fix issue #118 (Wording in Configuration.json regarding SynchronousCMove)