curl-library
RE: RE: RE: ARES
From: Giuseppe Attardi <attardi_at_di.unipi.it>
Date: Tue, 30 Sep 2003 09:29:28 +0200
Date: Tue, 30 Sep 2003 09:29:28 +0200
It looks like a possible fix is to put back these
lines in curl_multi_perform() that where dropped in 7.10.8-pre2:
case CURLM_STATE_CONNECT:
if (Curl_global_host_cache_use(easy->easy_handle)) {
easy->easy_handle->hostcache = Curl_global_host_cache_get();
}
else {
if (multi->hostcache == NULL)
multi->hostcache = Curl_hash_alloc(7, Curl_freednsinfo);
easy->easy_handle->hostcache = multi->hostcache;
}
-- Beppe
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-09-30