Merge branch 'v2.6.x'
[m6w6/ext-http] / tests / client019.phpt
index c41a260f0acff98b8e4d29167374ee97f5f018ae..1e24ae85027f12bc283a5887c7a6735e207675ff 100644 (file)
@@ -3,10 +3,11 @@ client proxy - send proxy headers for a proxy request
 --SKIPIF--
 <?php 
 include "skipif.inc";
+skip_online_test();
 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--
 <?php
@@ -41,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===