cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl_do() question

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Thu, 6 May 2004 15:23:10 +0200

Correct me if I'm wrong, but it seems curl_connect() is called
to create a tcp socket etc. before curl_ldap() (i.e. conn->curl_do).

Since the ldap libraries does all this themselves, why would
libcurl need to connect() too?

I'm toying with the idea to add a snmp handler, but this needs
UDP. So is there a way to let 'conn->curl_do' do all the stuff itself?
(and libcurl just the url parsing etc.).

--gv
Received on 2004-05-06