X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient018.phpt;h=c3ca9f96f3f655b9dff2f602187ed8f32b704955;hp=d3daccbd5e632cff619c8ea55880031861dc9aed;hb=3db1f1fe45ab051a57f70f637618e02f7985406e;hpb=bc088ae2915ef8e0d2d232bbbb2d091f5893d3c6 diff --git a/tests/client018.phpt b/tests/client018.phpt index d3daccb..c3ca9f9 100644 --- a/tests/client018.phpt +++ b/tests/client018.phpt @@ -1,5 +1,5 @@ --TEST-- -pipelining +client pipelining --SKIPIF-- configure(["pipelining" => true, "max_host_connections" => 0]); + $client->configure(array("pipelining" => true, "max_host_connections" => 0)); /* this is just to let curl know the server may be capable of pipelining */ $client->enqueue(new http\Client\Request("GET", "http://localhost:$port"));