X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fclient019.phpt;h=e60e5aa0a1a4b75c579e880ba695b541ceb6ce68;hb=95c6c900d04096d332c422e3f597186b7184c5ab;hp=66d99be36088c03192910b163bc1200724987ed2;hpb=bc088ae2915ef8e0d2d232bbbb2d091f5893d3c6;p=m6w6%2Fext-http diff --git a/tests/client019.phpt b/tests/client019.phpt index 66d99be..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); }); ?> @@ -43,5 +42,4 @@ Host: www.example.com:80 User-Agent: PECL_HTTP/%s PHP/%s libcurl/%s Proxy-Connection: Keep-Alive Hello: there! -Content-Length: 0 ===DONE===