From: Raphael Kubo da Costa <kubo@profusion.mobi>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Oct 2010 02:53:06 +0000 (02:53 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Oct 2010 02:53:06 +0000 (02:53 +0000)
commit0ab17611d51167b1779564440518a4eba262e7e0
tree76bfa353e418903bcf74df91fd9c0242d95485b3
parent8114146048047401d884361b4a3465cebd91f9ca
From: Raphael Kubo da Costa <kubo@profusion.mobi>

This signature change follows libcurl's behaviour more closely:
CURLOPT_POSTFIELDSIZE expects a long, and a value of -1 means that
content length calculation is forwarded to libcurl, which performs a
strlen() on CURLOPT_POSTFIELD.

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