Skip to content

reqwesthttpsrc: Fix race condition when unlocking

It would be possible that there is no cancellable yet when unlock() is called, then a new future is executed and it wouldn't have any information that it is not supposed to run at all.

To solve this remember if unlock() was called and reset this in unlock_stop().

Merge request reports