X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient019.phpt;h=eea116a2082eba3dc5372b21daa9d4c4e959ebf0;hp=a69254b38c84863648746b91e3ce57df4560eda1;hb=edf77fd524b1303732dcf24e53f375789631d143;hpb=d58b92645e59dd5d50f78c5609c60577d7628d49 diff --git a/tests/client019.phpt b/tests/client019.phpt index a69254b..eea116a 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -6,14 +6,14 @@ include "skipif.inc"; skip_client_test(); $client = new http\Client("curl"); array_key_exists("proxyheader", $client->getAvailableOptions()) - or die("skip need libcurl with CUTLOPT_PROXYHEADER support\n"); + or die("skip need libcurl with CURLOPT_PROXYHEADER support\n"); ?> --FILE-- getAvailableOptions()); +echo "Test\n"; server("proxy.inc", function($port, $stdin, $stdout, $stderr) { echo "Server on port $port\n"; @@ -41,8 +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! +User-Agent: PECL_HTTP/%s PHP/%s libcurl/%s + ===DONE===