From: Michael Wallner Date: Tue, 26 Feb 2019 18:54:58 +0000 (+0100) Subject: fix test X-Git-Tag: RELEASE_3_2_1~30 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=831110f340d93ad4d809e3e96d35c7b15650deff fix test --- 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();