diff Core/HttpServer/BufferHttpSender.h @ 1522:f938f7779bcb

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 15:37:42 +0200
parents 8bd0d897763f
children c388502a066d
line wrap: on
line diff
--- a/Core/HttpServer/BufferHttpSender.h	Tue Aug 11 13:37:24 2015 +0200
+++ b/Core/HttpServer/BufferHttpSender.h	Tue Aug 11 15:37:42 2015 +0200
@@ -61,6 +61,13 @@
      * Implementation of the IHttpStreamAnswer interface.
      **/
 
+    virtual HttpCompression GetHttpCompression(bool /*gzipAllowed*/, 
+                                               bool /*deflateAllowed*/)
+    {
+      // No compression is supported
+      return HttpCompression_None;
+    }
+
     virtual uint64_t GetContentLength()
     {
       return buffer_.size();