X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient008.phpt;h=616a9e427ec5c36c9f7d06d3975d8ac36ca464e5;hp=f8b8774eb8edc1c7511b8c7961438470fd9d5a88;hb=refs%2Fheads%2Fmaster;hpb=95c6c900d04096d332c422e3f597186b7184c5ab diff --git a/tests/client008.phpt b/tests/client008.phpt index f8b8774..616a9e4 100644 --- a/tests/client008.phpt +++ b/tests/client008.phpt @@ -1,9 +1,12 @@ --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" => true, "use_eventloop" => true)); $client->enqueue($request); $client->send();