projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a593cb7
)
fix test
author
Michael Wallner
<mike@php.net>
Tue, 26 Feb 2019 18:54:58 +0000
(19:54 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 26 Feb 2019 18:54:58 +0000
(19:54 +0100)
tests/client008.phpt
patch
|
blob
|
history
diff --git
a/tests/client008.phpt
b/tests/client008.phpt
index c544cb5d218fbb0f076e4932a7256bc016d86fba..616a9e427ec5c36c9f7d06d3975d8ac36ca464e5 100644
(file)
--- 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" =>
fals
e, "use_eventloop" => true));
+ $client->configure(array("pipelining" =>
tru
e, "use_eventloop" => true));
$client->enqueue($request);
$client->send();