From 57be3c26f8c72dbb92a1c57c36ef31681954c40b Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 7 Jul 2016 08:03:31 +0200 Subject: [PATCH] curl multi --- src/functions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/functions.php b/src/functions.php index d9cd6aa..04c13bb 100644 --- a/src/functions.php +++ b/src/functions.php @@ -435,6 +435,4 @@ function get_multi_IAS_Responses($iasUrls, $postParams){ // Clean up the curl_multi handle curl_multi_close($mh); return $res; -} - - +} \ No newline at end of file