From 831110f340d93ad4d809e3e96d35c7b15650deff Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 26 Feb 2019 19:54:58 +0100 Subject: [PATCH] fix test --- tests/client008.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2