chuyskywalker / rolling-curl

Rolling-Curl: A non-blocking, non-dos multi-curl library for PHP

Home Page:https://github.com/chuyskywalker/rolling-curl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate lines in RollingCurl.php

ethernidee opened this issue · comments

Lines 251-252 are duplicates:

$request->setResponseErrno(curl_errno($transfer['handle']));
$request->setResponseError(curl_error($transfer['handle']));

errno
error