28 $this->factory = isset($options[
'handle_factory'])
29 ? $options[
'handle_factory']
35 if (isset($options[
'delay'])) {
36 usleep($options[
'delay'] * 1000);
39 $easy = $this->factory->create($request, $options);
40 curl_exec($easy->handle);
41 $easy->errno = curl_errno($easy->handle);