Skip to content

daemon/worker: fix a memory leak

Vladimír Čunát requested to merge task-refcount-minimal into master

Discovered case: TCP write towards upstream fails due to ECONNRESET, and on this place of code we "forget" the whole qr_task and thus its corresponding kr_request, so it remains unanswered and using memory.

Merge request reports

Loading