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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/http
From:       Christian Weilbach <christian () whiletaker ! homeip ! net>
Date:       2007-08-05 14:00:04
Message-ID: 1186322404.802283.5150.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 696645 by weilbach:

Fix the bug, which prevented reusing of cached KIO-Slaves on http_post 
as the buffer was only correctly handled on the first post.


 M  +1 -1      http.cpp  


--- trunk/KDE/kdelibs/kioslave/http/http.cpp #696644:696645
@@ -3790,7 +3790,7 @@
   // m_bufPOST will NOT be empty iff authentication was required before posting
   // the data OR a re-connect is requested from ::readHeader because the
   // connection was lost for some reason.
-  if ( !m_bufPOST.isNull() )
+  if ( !m_bufPOST.isEmpty() )
   {
     kDebug(7113) << "(" << m_pid << ") POST'ing saved data...";
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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