X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient019.phpt;h=9666b976a618a6f297df56448ac70df54ae18c58;hp=66d99be36088c03192910b163bc1200724987ed2;hb=0a5bb2d697afe41949b22afa679d7a5aa4e11f13;hpb=bc088ae2915ef8e0d2d232bbbb2d091f5893d3c6 diff --git a/tests/client019.phpt b/tests/client019.phpt index 66d99be..9666b97 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -1,9 +1,12 @@ --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 CUTLOPT_PROXYHEADER support\n"); ?> --FILE-- setOptions(array( - "timeout" => 3, + "timeout" => 10, "proxytunnel" => true, "proxyheader" => array("Hello" => "there!"), "proxyhost" => "localhost", @@ -30,7 +33,6 @@ server("proxy.inc", function($port, $stdin, $stdout, $stderr) { echo $e; } echo $c->getResponse()->getBody(); - unset($r, $client); }); ?> @@ -39,9 +41,9 @@ server("proxy.inc", function($port, $stdin, $stdout, $stderr) { Test Server on port %d CONNECT www.example.com:80 HTTP/1.1 +Hello: there! Host: www.example.com:80 -User-Agent: PECL_HTTP/%s PHP/%s libcurl/%s Proxy-Connection: Keep-Alive -Hello: there! -Content-Length: 0 +User-Agent: PECL_HTTP/%s PHP/%s libcurl/%s + ===DONE===