From kde-commits Sat Jan 31 22:12:03 2004 From: Waldo Bastian Date: Sat, 31 Jan 2004 22:12:03 +0000 To: kde-commits Subject: kdelibs/kioslave/http Message-Id: <20040131221203.A67C1993A () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107558713126360 CVS commit by waba: Valgrind fix. M +2 -0 http.cc 1.606 --- kdelibs/kioslave/http/http.cc #1.605:1.606 @@ -4114,4 +4114,6 @@ bool HTTPProtocol::readBody( bool dataIn char buffer[ MAX_IPC_SIZE ]; + m_iContentLeft = NO_SIZE; + // Jippie! It's already in the cache :-) while (!feof(m_request.fcache) && !ferror(m_request.fcache))