diff Core/Enumerations.h @ 1514:d73a2178b319

support of deflate and gzip content-types
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Aug 2015 16:43:59 +0200
parents 7962563129c9
children e9325f3ac496
line wrap: on
line diff
--- a/Core/Enumerations.h	Mon Aug 10 16:01:37 2015 +0200
+++ b/Core/Enumerations.h	Mon Aug 10 16:43:59 2015 +0200
@@ -325,7 +325,7 @@
      * buffer is non-empty, the buffer is compatible with the
      * "deflate" HTTP compression.
      **/
-    CompressionType_Zlib = 2
+    CompressionType_ZlibWithSize = 2
   };
 
   enum FileContentType