extragear/multimedia/amarok/src/services/lastfm/kdenetwork

Leo Franchi lfranchi at kde.org
Fri Dec 19 16:34:26 CET 2008


SVN commit 899023 by lfranchi:

disable POST with proxy, until we can figure out why kio_http breaks POST requests better to have love/ban work for most rather than none

CCMAIL: amarok-devel at kde.org

 M  +6 -4      knetworkaccessmanager.cpp  


--- trunk/extragear/multimedia/amarok/src/services/lastfm/kdenetwork/knetworkaccessmanager.cpp #899022:899023
@@ -74,11 +74,13 @@
             break;
         }
         case PostOperation: {
-            kDebug() << "PostOperation:" << req.url();
-
+        /*    kDebug() << "PostOperation:" << req.url();
+            kDebug() << "post data:" << dynamic_cast<QBuffer*>(outgoingData)->data();
             kioJob = KIO::http_post(req.url(), outgoingData->readAll(), KIO::HideProgressInfo);
-
-            break;
+        
+            break;  */ 
+           return WsAccessManager::createRequest( op, req, outgoingData );
+            
         }
         default:
             kDebug() << "Unknown operation";


More information about the Amarok-devel mailing list