Revision 693797

Go back to digest for 5th August 2007

Bug Fixes in KDE Base

Thiago Macieira committed changes in /trunk/KDE/kdelibs/kio/kio:

Fix bug that caused corruption in KIO downloads and file copies.

The new KIO::Connection backend can receive and queue more than one MSG_DATA per loop.

That means KIO::Slave can emit data() more than once and, this, FileCopyJob would drop one data packet. Instead, simply append.

File Changes

Modified 2 files
  • /trunk/KDE/kdelibs/kio/kio
  •   /connection.cpp
  •   /job.cpp
2 files changed in total