X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient008.phpt;h=c544cb5d218fbb0f076e4932a7256bc016d86fba;hp=3f5641fdf040dd1d8ca9e1e8a15e9cf42444bccc;hb=a42effa9f5a8365a30997d67010da3c9b0b6822f;hpb=650b04d44f7ab3a5325865d9ffa10a5245ac7eca diff --git a/tests/client008.phpt b/tests/client008.phpt index 3f5641f..c544cb5 100644 --- a/tests/client008.phpt +++ b/tests/client008.phpt @@ -1,9 +1,12 @@ --TEST-- -client configuration +client pipelining --SKIPIF-- =")) { + die("skip CURL_VERSION >= 7.62 -- pipelining disabled\n"); +} ?> --FILE-- configure(array("pipelining" => true, "use_eventloop" => true)); + $client->configure(array("pipelining" => false, "use_eventloop" => true)); $client->enqueue($request); $client->send();