]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_multi_add_handle: set timeouts in closure handles
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Oct 2016 15:32:01 +0000 (17:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Oct 2016 12:43:49 +0000 (14:43 +0200)
commit5c3d8d20a6cf21daef2c265daa840afde9d7de3f
tree4c35167ad5587fb80035e77dd19699676cc39898
parenta34c7ce7546f39f24692925d66c2f42324dd94e9
curl_multi_add_handle: set timeouts in closure handles

The closure handle only ever has default timeouts set. To improve the
state somewhat we clone the timeouts from each added handle so that the
closure handle always has the same timeouts as the most recently added
easy handle.

Fixes #739
lib/multi.c