curl multi

This commit is contained in:
Gnieark 2016-07-07 08:03:31 +02:00
parent a31cf5e3ff
commit 57be3c26f8

View File

@ -435,6 +435,4 @@ function get_multi_IAS_Responses($iasUrls, $postParams){
// Clean up the curl_multi handle // Clean up the curl_multi handle
curl_multi_close($mh); curl_multi_close($mh);
return $res; return $res;
} }