CVS commit by waba: Valgrind fix. M +2 -0 http.cc 1.601.2.2 --- kdelibs/kioslave/http/http.cc #1.601.2.1:1.601.2.2 @@ -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))