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
Loading
Please register or sign in to comment