diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-16 15:30:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-16 15:30:10 +0000 |
commit | 2b839853ecf83a7470520897ae700d9160c7aab2 (patch) | |
tree | 853b159c7820064badd6da5ab15020699d49b42b /tests/data/test504 | |
parent | 66b6cd68ed754c092dc9047d97140d1186b3120a (diff) | |
download | curl-2b839853ecf83a7470520897ae700d9160c7aab2.tar.gz |
Added test case 504, using multi interface and a local proxy without anything
listening on the port we use.
Diffstat (limited to 'tests/data/test504')
-rw-r--r-- | tests/data/test504 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/data/test504 b/tests/data/test504 new file mode 100644 index 000000000..d90688230 --- /dev/null +++ b/tests/data/test504 @@ -0,0 +1,29 @@ +rörl# +# Server-side +<reply> +</reply> + +# Client-side +<client> +<server> +file +</server> +# tool is what to use instead of 'curl' +<tool> +lib504 +</tool> + + <name> +simple multi through local proxy without listener + </name> + <command> +http://%HOSTIP:%HTTPSPORT/504 localhost:55555 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +100 +</errorcode> +</verify> |