X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient019.phpt;h=e60e5aa0a1a4b75c579e880ba695b541ceb6ce68;hp=98781e050618cb293dd8cf819ae60b2af2b998a4;hb=42bcfb0a11dd7e76124d89ffc7b5b7c7e401018e;hpb=21f7beb95f0a71f3bc62a91b7802ebdebcc549a0 diff --git a/tests/client019.phpt b/tests/client019.phpt index 98781e0..e60e5aa 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -1,5 +1,5 @@ --TEST-- -proxy - send proxy headers for a proxy request +client proxy - send proxy headers for a proxy request --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); }); ?>