X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient019.phpt;h=1e24ae85027f12bc283a5887c7a6735e207675ff;hp=98781e050618cb293dd8cf819ae60b2af2b998a4;hb=ab1eba311be2f8aab98eed7a6164e79d69b402b2;hpb=5560fddc86c1fbbc53ab57e885acbd5e879077a8 diff --git a/tests/client019.phpt b/tests/client019.phpt index 98781e0..1e24ae8 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -1,9 +1,13 @@ --TEST-- -proxy - send proxy headers for a proxy request +client proxy - send proxy headers for a proxy request --SKIPIF-- getAvailableOptions()) + or die("skip need libcurl with CURLOPT_PROXYHEADER support\n"); ?> --FILE-- setOptions(array( - "timeout" => 3, + "timeout" => 10, "proxytunnel" => true, "proxyheader" => array("Hello" => "there!"), "proxyhost" => "localhost", @@ -30,7 +34,6 @@ server("proxy.inc", function($port, $stdin, $stdout, $stderr) { echo $e; } echo $c->getResponse()->getBody(); - unset($r, $client); }); ?> @@ -39,8 +42,9 @@ server("proxy.inc", function($port, $stdin, $stdout, $stderr) { Test Server on port %d CONNECT www.example.com:80 HTTP/1.1 -Host: www.example.com:80 -User-Agent: PECL_HTTP/%s PHP/%s libcurl/%s -Proxy-Connection: Keep-Alive Hello: there! +Host: www.example.com:80 +%r(Proxy-Connection: Keep-Alive +)?%rUser-Agent: PECL_HTTP/%s PHP/%s libcurl/%s + ===DONE===