Added test case 504, using multi interface and a local proxy without anything

listening on the port we use.
This commit is contained in:
Daniel Stenberg
2002-12-16 15:30:10 +00:00
parent 66b6cd68ed
commit 2b839853ec
4 changed files with 112 additions and 2 deletions

29
tests/data/test504 Normal file
View File

@@ -0,0 +1,29 @@
r<EFBFBD>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>