fix http\Params::__toString() with RFC5988 payload; fix tests
[m6w6/ext-http] / tests / client019.phpt
index a69254b38c84863648746b91e3ce57df4560eda1..9666b976a618a6f297df56448ac70df54ae18c58 100644 (file)
@@ -13,7 +13,7 @@ array_key_exists("proxyheader", $client->getAvailableOptions())
 
 include "helper/server.inc";
 
-echo "Test\n";var_dump((new http\Client)->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===