X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient008.phpt;h=c544cb5d218fbb0f076e4932a7256bc016d86fba;hp=41c3e681b9b5bc1a221b9ea46d677a11770fcaa1;hb=a42effa9f5a8365a30997d67010da3c9b0b6822f;hpb=8a3ddf26349337c2c42dc2716bb4b3e93bded96c diff --git a/tests/client008.phpt b/tests/client008.phpt index 41c3e68..c544cb5 100644 --- a/tests/client008.phpt +++ b/tests/client008.phpt @@ -1,14 +1,17 @@ --TEST-- -client features +client pipelining --SKIPIF-- =")) { + die("skip CURL_VERSION >= 7.62 -- pipelining disabled\n"); +} ?> --FILE-- configure(["pipelining" => true, "use_eventloop" => true]); + $client->configure(array("pipelining" => false, "use_eventloop" => true)); $client->enqueue($request); $client->send();