CURLOPT_PROXY is avaiting a NULL terminated C string (char *), so we have to give...
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Wed, 26 Aug 2009 08:25:51 +0000 (10:25 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Wed, 26 Aug 2009 08:25:51 +0000 (10:25 +0200)
commitc93d5480da6c886ceb7515887f0c701168f13a42
tree586a9284856d035521e7a00a563b4703ce75a4bf
parent4eb87664cba921b8aa1ac5b5b901cf7ffd7e1aae
CURLOPT_PROXY is avaiting a NULL terminated C string (char *), so we have to give it in the old-fashioned way.
src/iphelper.cpp