From 2b839853ecf83a7470520897ae700d9160c7aab2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Dec 2002 15:30:10 +0000 Subject: Added test case 504, using multi interface and a local proxy without anything listening on the port we use. --- tests/data/Makefile.am | 2 +- tests/data/test504 | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 tests/data/test504 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index cec7aac85..7aec714ca 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -18,4 +18,4 @@ test107 test116 test125 test2 test26 test33 test45 test126 \ test304 test39 test32 test128 test48 test306 \ test130 test131 test132 test133 test134 test135 test403 test305 \ test49 test50 test51 test52 test53 test54 test55 test56 \ -test500 test501 test502 test503 +test500 test501 test502 test503 test504 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 + + + +# Client-side + + +file + +# tool is what to use instead of 'curl' + +lib504 + + + +simple multi through local proxy without listener + + +http://%HOSTIP:%HTTPSPORT/504 localhost:55555 + + + +# Verify data after the test has been "shot" + + +100 + + -- cgit v1.2.3