From e86c611ed583104e1b0ffa55fbaa9736890f4128 Mon Sep 17 00:00:00 2001 From: tofulm Date: Mon, 5 Jul 2021 14:47:14 +0200 Subject: [PATCH] correction appel du curl pour qu'il soit en async --- bigform_pipelines.php | 2 ++ paquet.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bigform_pipelines.php b/bigform_pipelines.php index c69d2aa..2ff0fd9 100644 --- a/bigform_pipelines.php +++ b/bigform_pipelines.php @@ -41,6 +41,8 @@ function bigform_post_edition($flux){ ], true, false); $ch = curl_init($url); + curl_setopt($ch, CURLOPT_HEADER, false); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 ); curl_exec($ch); curl_close($ch); } diff --git a/paquet.xml b/paquet.xml index 756c8db..f70b2ed 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@