Simplify the checks in ecore_con_url_http_post_send.
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Oct 2010 19:12:26 +0000 (19:12 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Oct 2010 19:12:26 +0000 (19:12 +0000)
commit7a3e676820a1ede0d40852a6849ce006b766fe0d
treeeff4821a7262b0b13255667b9deb1816887fd378
parent76ee173ec2b1d5de347f960d46aac0efe1147d6f
Simplify the checks in ecore_con_url_http_post_send.

By checking for the validity of the Ecore_Con_Url struct before anything
else and merging some if's, the code can get much cleaner.

By: Raphael Kubo da Costa <kubo@profusion.mobi>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53274 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_con/ecore_con_url.c