free slot after getting event from url-download
authorBang Kwang min <justine.bang@samsung.com>
Mon, 3 Sep 2012 00:58:57 +0000 (09:58 +0900)
committerBang Kwang min <justine.bang@samsung.com>
Mon, 3 Sep 2012 02:12:43 +0000 (11:12 +0900)
commit340c3a61758ff191699430ae8faed749cce74b14
tree7114a143d2dfa6c804018b4352caf5cbdc2d239d
parent297846934e51193e2bf9d718b21cecdc104d0750
free slot after getting event from url-download

[Title] free slot(memory) after getting event (STOP) or broken socket
[Issue#] N/A
[Problem] client can't receive any event if downloading is too fast.
[Cause] free slot before client accepting event
[Solution] maintain socket and slot(memory) including the info till client accept all event.
[SCMRequest] N/A

[Title] apply the flag for timeout
[Issue#] N/A
[Problem] so many called
[Cause] after finished download, main loop should ignore it.
[Solution] change the flag only when deal events really.
[SCMRequest] N/A

Change-Id: I55e843eca9770d099fcbeb176c53735002adb407
src/download-provider-receiver.c