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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/http
From:       Michael Leupold <lemma () confuego ! org>
Date:       2008-09-18 12:21:12
Message-ID: 1221740472.210380.20321.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 862285 by mleupold:

Allow multiple Content-Encoding headers in HTTP responses.


 M  +1 -1      http.cpp  


--- trunk/KDE/kdelibs/kioslave/http/http.cpp #862284:862285
@@ -2978,7 +2978,7 @@
 
     // content?
     tIt = tokenizer.iterator("content-encoding");
-    if (tIt.hasNext()) {
+    while (tIt.hasNext()) {
         // This is so wrong !!  No wonder kio_http is stripping the
         // gzip encoding from downloaded files.  This solves multiple
         // bug reports and caitoo's problem with downloads when such a
[prev in list] [next in list] [prev in thread] [next in thread] 

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