Skip to content

fix goroutine/download leak in renter

Ava Howell requested to merge renter-leak into master

This PR fixes a case where the renter's chunkDownloadTimeout would elapse before the download gets pulled out of the newDownloads chan, resulting in a goroutine leak and failing to cancel the download.

Merge request reports