prepare v4.2.5
[m6w6/ext-http] / tests / client019.phpt
index eea116a2082eba3dc5372b21daa9d4c4e959ebf0..1e24ae85027f12bc283a5887c7a6735e207675ff 100644 (file)
@@ -3,6 +3,7 @@ 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())
@@ -43,7 +44,7 @@ Server on port %d
 CONNECT www.example.com:80 HTTP/1.1
 Hello: there!
 Host: www.example.com:80
-Proxy-Connection: Keep-Alive
-User-Agent: PECL_HTTP/%s PHP/%s libcurl/%s
+%r(Proxy-Connection: Keep-Alive
+)?%rUser-Agent: PECL_HTTP/%s PHP/%s libcurl/%s
 
 ===DONE===