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

List:       kde-commits
Subject:    KDE/kdelibs/kio/kio
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2010-12-22 3:50:07
Message-ID: 20101222035007.E491DAC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1208522 by adawit:

Workaround: Attempt to read the http headers until the mess in kio_http is fixed!

 M  +2 -1      accessmanagerreply_p.cpp  


--- trunk/KDE/kdelibs/kio/kio/accessmanagerreply_p.cpp #1208521:1208522
@@ -174,7 +174,8 @@
 
 void AccessManagerReply::slotData(KIO::Job *kioJob, const QByteArray &data)
 {
-    Q_UNUSED(kioJob);
+    // FIXME: Remove the line below when kio_http is fixed to do the correct thing!
+    readHttpResponseHeaders(kioJob);
     m_data += data;
     emit readyRead();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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