[E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread Mike Blumenkrantz
I never use ecore_con_url so I didn't notice this until just now, but there is currently a function with this prototype: EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const void *data, long length, const char *content_type) This is BROKEN. HTTP GET methods CANNOT send data, and they

Re: [E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread Raphael Kubo da Costa
Mike Blumenkrantz m...@zentific.com writes: I never use ecore_con_url so I didn't notice this until just now, but there is currently a function with this prototype: EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const void *data, long length, const char *content_type) This is

Re: [E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 19:06:58 -0200 Raphael Kubo da Costa k...@profusion.mobi wrote: Mike Blumenkrantz m...@zentific.com writes: I never use ecore_con_url so I didn't notice this until just now, but there is currently a function with this prototype: EAPI Eina_Bool

Re: [E-devel] sigh ecore_con_url api STILL broken

2011-01-27 Thread Mike Blumenkrantz
On Thu, 27 Jan 2011 19:06:58 -0200 Raphael Kubo da Costa k...@profusion.mobi wrote: Mike Blumenkrantz m...@zentific.com writes: I never use ecore_con_url so I didn't notice this until just now, but there is currently a function with this prototype: EAPI Eina_Bool