https://bugs.kde.org/show_bug.cgi?id=468673
--- Comment #5 from Harald Sitter <sit...@kde.org> --- Git commit 97637fca3ffec9924fdaf97659583688f90643c5 by Harald Sitter. Committed on 21/04/2023 at 14:43. Pushed by sitter into branch 'release/23.04'. add support for killing commands early this forwards wasKilled to the command objects and prevents us from (e.g.) reading excessive amounts of data into memory when the data is not going to be used in the client because they were only interested in the mimetype. (cherry picked from commit ba2468e30cb60bd3cb7353396ff3ad938e16ddf0) M +20 -0 src/helper/busobject.cpp M +9 -0 src/helper/busobject.h M +5 -0 src/helper/getcommand.cpp M +3 -0 src/helper/getcommand.h M +5 -0 src/helper/listdircommand.cpp M +1 -0 src/helper/listdircommand.h M +5 -0 src/helper/putcommand.cpp M +1 -0 src/helper/putcommand.h M +63 -16 src/worker.cpp https://invent.kde.org/system/kio-admin/commit/97637fca3ffec9924fdaf97659583688f90643c5 -- You are receiving this mail because: You are watching all bug changes.