Skip to content

kurlmimedata: limit amount of in-flight FDs for portal submission

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

previously we could end up with the qdbuspendingcalls holding too many open file descriptors breaking further open calls. we now regularly flush all pending calls to make sure we stay within a reasonable limit of open fds.

BUG: 472716

Merge request reports