------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=56909 bastian@kde.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From bastian@kde.org 2003-07-31 18:38 ------- Subject: KDE_3_1_BRANCH: kdelibs/kioslave/http CVS commit by waba: Fix QByteArray handling bug that causes gzip-encoded web-pages to fail with Qt 3.2. (BR56909) CCMAIL: 56909-done@bugs.kde.org M +5 -11 httpfilter.cc 1.6.2.1 --- kdelibs/kioslave/http/httpfilter.cc #1.6:1.6.2.1 @@ -278,15 +278,9 @@ HTTPFilterGZip::slotInput(const QByteArr { bEof = false; - if (headerData.isEmpty()) - { - headerData = d; - } - else - { + // Add data to header. int orig_size = headerData.size(); headerData.resize(orig_size+d.size()); memcpy(headerData.data()+orig_size, d.data(), d.size()); - } zstr.avail_in = headerData.size(); _______________________________________________ Konq-bugs mailing list Konq-bugs@mail.kde.org http://mail.kde.org/mailman/listinfo/konq-bugs