Hi all,<br><br>Testing kuiserver I got an assert failure at kdelibs/kio/kio/job.cpp:1862. To reproduce the problem:<br><br>- Open Konqueror<br>- Start a file download<br>- Pause it<br>- Resume it, and boom !!<br><br>Ok, as far as I have gone (don't really know if it is OK, for that reason I'm writing here), is that is probably that m_getJob at that point is ready, but m_putJob isn't. I couldn't find any reason of why we would need m_getJob to emit data signal.
<br><br>With this patch everything seems to work correctly (as far as I have tested) and the assert failure seems gone too.<br clear="all"><br><br>Bye,<br>Rafael Fernández López.