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

List:       kde-commits
Subject:    KDE/kdelibs/kioslave/http
From:       Allan Sandfeld Jensen <kde () carewolf ! com>
Date:       2007-10-24 19:34:41
Message-ID: 1193254481.239297.17079.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 728960 by carewolf:

The headers in the cache can also become upto 8kb long now.


 M  +1 -1      http.cpp  


--- trunk/KDE/kdelibs/kioslave/http/http.cpp #728959:728960
@@ -2597,7 +2597,7 @@
     m_responseHeaders << buffer;
     // then the headers
     while(true) {
-        if (!gzgets(m_request.fcache, buffer, 4096) )
+        if (!gzgets(m_request.fcache, buffer, 8192) )
         {
             // Error, delete cache entry
             kDebug(7113) << "Could not access cached data! ";
[prev in list] [next in list] [prev in thread] [next in thread] 

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