aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test523
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test523')
-rw-r--r--tests/data/test52324
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/data/test523 b/tests/data/test523
index 6c1efbd5..9abe0ed2 100644
--- a/tests/data/test523
+++ b/tests/data/test523
@@ -13,14 +13,14 @@ CURLOPT_PROXY
# Server-side
<reply>
<data nocheck="yes">
-HTTP/1.1 200 OK swsclose
-Date: Thu, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fake
-Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
-ETag: "21025-dc7-39462498"
-Accept-Ranges: bytes
-Content-Length: 6
-
+HTTP/1.1 200 OK swsclose
+Date: Thu, 09 Nov 2010 14:49:00 GMT
+Server: test-server/fake
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
+ETag: "21025-dc7-39462498"
+Accept-Ranges: bytes
+Content-Length: 6
+
hello
</data>
</reply>
@@ -39,7 +39,7 @@ HTTP GET with proxy and CURLOPT_PORT
</name>
# first URL then proxy
<command>
-http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT
+http://www.example.com:999/523 http://%HOSTIP:%HTTPPORT
</command>
</client>
@@ -50,14 +50,14 @@ http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT
^User-Agent:.*
</strip>
<protocol>
-GET HTTP://www.haxx.se:19999/523 HTTP/1.1
+GET HTTP://www.example.com:19999/523 HTTP/1.1
+Host: www.example.com:19999
Authorization: Basic eHh4Onl5eQ==
-Host: www.haxx.se:19999
Accept: */*
Proxy-Connection: Keep-Alive
</protocol>
-<stdout mode="text">
+<stdout>
hello
</stdout>
</verify>