Define CURL_MULTIEASY when building this, to use my new curl_easy_perform()
authorDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 22:26:38 +0000 (22:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jan 2005 22:26:38 +0000 (22:26 +0000)
commit91f483c59144b4630699bbf260a431ac071e963b
treef7193d22cf017860a936ff7bc126da1fd135f174
parentc5b448038fd430f9d29d02740861b12761be7595
Define CURL_MULTIEASY when building this, to use my new curl_easy_perform()
that uses the multi interface to run the request. It is a great testbed for
the multi interface and I believe we shall do it this way for real in the
future when we have a successor to curl_multi_fdset().
lib/easy.c