Re: [E-devel] [PATCH] Simplify the checks in ecore_con_url_http_post_send.

2010-10-16 Thread The Rasterman
On Fri, 8 Oct 2010 16:12:38 -0300 Raphael Kubo da Costa k...@profusion.mobi said: also in svn. :) 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. --- src/lib/ecore_con/ecore_con_url.c | 12 ++--

[E-devel] [PATCH] Simplify the checks in ecore_con_url_http_post_send.

2010-10-08 Thread Raphael Kubo da Costa
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. --- src/lib/ecore_con/ecore_con_url.c | 12 ++-- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/lib/ecore_con/ecore_con_url.c