maxfd should be updated before created event thread
authorBang Kwang min <justine.bang@samsung.com>
Thu, 30 Aug 2012 06:52:24 +0000 (15:52 +0900)
committerBang Kwang min <justine.bang@samsung.com>
Thu, 30 Aug 2012 07:00:55 +0000 (16:00 +0900)
commitdab27f6139dedd4f8e2ab67289f864d398aafc5e
treee0abaa6c638030e26aaf9b7bfd774424e2ee1f22
parent1011f477d1ec5bfc7a0239397e2d5bf56aac358b
maxfd should be updated before created event thread

[Title] maxfd should be updated before created event thread
[Issue#] N/A
[Problem] client can not receive any event if thread is created fastly before updating maxfd
[Cause] N/A
[Solution] update maxfd and add to fd_set before creating thread
[SCMRequest] N/A

Change-Id: I9a283a53e82e86961fbde19db0ce85615768247a
src/url_download_provider.c