[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kioslave/http
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2005-12-06 18:05:14
Message-ID: 1133892314.131572.20348.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 486068 by goutte:

HACK: I have realized that there was a brute force way of fixing bug #117683
at least temporarily: not to accept "deflate"
CCBUG:117683


 M  +3 -1      http.cc  


--- branches/KDE/3.5/kdelibs/kioslave/http/http.cc #486067:486068
@@ -2393,7 +2393,9 @@
 
 #ifdef DO_GZIP
     if (m_request.allowCompressedPage)
-      header += "Accept-Encoding: x-gzip, x-deflate, gzip, deflate\r\n";
+      header += "Accept-Encoding: x-gzip, gzip\r\n";
+      // ### FIXME: HTTP deflate support does not work, see KDE bug #117683
+      // header += "Accept-Encoding: x-gzip, x-deflate, gzip, deflate\r\n";
 #endif
 
     if (!m_request.charsets.isEmpty())
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic