X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient008.phpt;fp=tests%2Fclient008.phpt;h=616a9e427ec5c36c9f7d06d3975d8ac36ca464e5;hp=c544cb5d218fbb0f076e4932a7256bc016d86fba;hb=831110f340d93ad4d809e3e96d35c7b15650deff;hpb=a593cb79afbef8c591e812ab413e9cab8550c11b diff --git a/tests/client008.phpt b/tests/client008.phpt index c544cb5..616a9e4 100644 --- a/tests/client008.phpt +++ b/tests/client008.phpt @@ -21,7 +21,7 @@ server("pipeline.inc", function($port, $stdin) { $request = new http\Client\Request("GET", "http://localhost:$port"); $client = new http\Client(); - $client->configure(array("pipelining" => false, "use_eventloop" => true)); + $client->configure(array("pipelining" => true, "use_eventloop" => true)); $client->enqueue($request); $client->send();