From 01e1ee9f448855c198479efd4ab958075e864973 Mon Sep 17 00:00:00 2001 From: reg_ Date: Thu, 15 Nov 2012 15:11:21 +0000 Subject: [PATCH] Changelog update --- src/server/kiwix-serve.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index c7fa605..a605f1e 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -354,7 +354,8 @@ static int accessHandlerCallback(void *cls, /* /!\ Internet Explorer has a bug with deflate compression. It can not handle the first two bytes (compression headers) We need to chunk them off (move the content 2bytes) - It has no incidence on other browsers */ + It has no incidence on other browsers + See http://www.subbu.org/blog/2008/03/ie7-deflate-or-not and comments */ compr++; compr++;