From: Michael Wallner Date: Tue, 17 Feb 2015 10:43:07 +0000 (+0100) Subject: (gcov) tests fixup X-Git-Tag: RELEASE_2_3_0_RC1~12 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=42bcfb0a11dd7e76124d89ffc7b5b7c7e401018e (gcov) tests fixup --- diff --git a/tests/client018.phpt b/tests/client018.phpt index d3daccb..7acb911 100644 --- a/tests/client018.phpt +++ b/tests/client018.phpt @@ -1,5 +1,5 @@ --TEST-- -pipelining +client pipelining --SKIPIF-- setOptions(array( - "timeout" => 3, + "timeout" => 10, "proxytunnel" => true, "proxyheader" => array("Hello" => "there!"), "proxyhost" => "localhost", @@ -30,7 +30,6 @@ server("proxy.inc", function($port, $stdin, $stdout, $stderr) { echo $e; } echo $c->getResponse()->getBody(); - unset($r, $client); }); ?> diff --git a/tests/client020.phpt b/tests/client020.phpt index d8282b4..7ea5d60 100644 --- a/tests/client020.phpt +++ b/tests/client020.phpt @@ -1,5 +1,5 @@ --TEST-- -proxy - don't send proxy headers for a standard request +client proxy - don't send proxy headers for a standard request --SKIPIF-- getBody()->append($data); } - $request->setOptions(["expect_100_timeout" => 0]); + $request->setOptions(["timeout" => 10, "expect_100_timeout" => 0]); $client->enqueue($request); $client->send(); var_dump($client->getResponse()->getHeaders()); @@ -39,6 +39,6 @@ array(5) { ["X-Original-Transfer-Encoding"]=> string(7) "chunked" ["Content-Length"]=> - int(134217973) + int(134217%d%d%d) } ===DONE=== diff --git a/tests/helper/proxy.inc b/tests/helper/proxy.inc index 363d76f..80a0073 100644 --- a/tests/helper/proxy.inc +++ b/tests/helper/proxy.inc @@ -8,6 +8,7 @@ serve(function($client) { if ($request->getHeader("Proxy-Connection")) { $response = new http\Env\Response; + $response->setEnvRequest($request); $response->send($client); /* soak up the request following the connect */