diff Core/HttpServer/StringHttpOutput.h @ 3154:6e8822be2f08

Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Jan 2019 12:09:04 +0100
parents 4e43e67f8ecf
children 94f4a18a79cc
line wrap: on
line diff
--- a/Core/HttpServer/StringHttpOutput.h	Sun Jan 20 14:02:49 2019 +0100
+++ b/Core/HttpServer/StringHttpOutput.h	Mon Jan 21 12:09:04 2019 +0100
@@ -54,6 +54,10 @@
 
     virtual void Send(bool isHeader, const void* buffer, size_t length);
 
+    virtual void DisableKeepAlive()
+    {
+    }
+
     void GetOutput(std::string& output);
   };
 }