Allow cancel request when download state is paused 97/231097/1 submit/tizen/20200421.072931
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 17 Apr 2020 07:11:35 +0000 (16:11 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 17 Apr 2020 07:11:39 +0000 (16:11 +0900)
commitc4e95f525fb2407e075862d9e676b0920cffa624
tree143fece2c449d1b86d8adf30107e30c9694286df
parent3ba3c6ca05e66edf78b6262a8d79b8686de8c181
Allow cancel request when download state is paused

download-provider cannot be terminated in case of below scenario.

1. application requests a pause.
2. download-provider pauses the download request.
3. application requests a cancel.
4. the download request couldn't be canceled because a state is paused.
5. http thread is alive constantly.

Change-Id: I7b2566bce98b3e563e2b5980c908a92140ffdcd9
provider/download-provider-client.c