Skip to content

file: make sure to cancel reading if the worker was aborted

Harald Sitter requested to merge work/sitter/mimetypeabort into master

otherwise we end up stuck waiting for the thread to terminate while the thread is busy needlessly reading the file, when all we wanted was mimetype data.

BUG: 358231

Merge request reports