X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient018.phpt;h=c3ca9f96f3f655b9dff2f602187ed8f32b704955;hp=7acb911ad6c94a92ea51dd5a203be964200cceaa;hb=3db1f1fe45ab051a57f70f637618e02f7985406e;hpb=42bcfb0a11dd7e76124d89ffc7b5b7c7e401018e diff --git a/tests/client018.phpt b/tests/client018.phpt index 7acb911..c3ca9f9 100644 --- a/tests/client018.phpt +++ b/tests/client018.phpt @@ -17,7 +17,7 @@ server("pipeline.inc", function($port, $stdin, $stdout, $stderr) { fputs($stdin, "3\n"); $client = new http\Client(null); - $client->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"));