download_get_url() return wrong error with invalid id
authorBang Kwang-Min <justine.bang@samsung.com>
Thu, 9 May 2013 04:44:55 +0000 (13:44 +0900)
committerBang Kwang-Min <justine.bang@samsung.com>
Thu, 9 May 2013 06:40:57 +0000 (15:40 +0900)
commitcd37f2a84de39054d7f6633e8bf760e8c483bee3
treeea31ed478c08809c3b4ba36ee867f5a658cc9da4
parentac64979df1d3e44241e243e23f4986417ebeb46e
download_get_url() return wrong error with invalid id

[issue#] failure in Tizen Compliance Tests
[cause] if sql return empty string, client will meet socket timeout error
[solution] add the checking the length of string

Change-Id: I16e840326e4ba7ac7e6cd5451b5ae77b9a55e348
provider/download-provider-thread-request.c