From 65e8ba8e1d77f8a31cc7c9d424eee5880e3f08c8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Nov 2012 23:30:25 +0100 Subject: writeout: -w now supports remote_ip/port and local_ip/port Added mention to the curl.1 man page. Test case 1223 verifies remote_ip/port. --- tests/data/Makefile.am | 2 +- tests/data/test1223 | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1223 (limited to 'tests') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index bf71a43ff..89c96ce13 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -78,7 +78,7 @@ test1118 test1119 test1120 test1121 test1122 test1123 test1124 test1125 \ test1126 test1127 test1128 test1129 test1130 test1131 test1132 \ test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \ test1208 test1209 test1210 test1211 \ -test1220 test1221 test1222 \ +test1220 test1221 test1222 test1223 \ test1300 test1301 test1302 test1303 test1304 test1305 \ test1306 test1307 test1308 test1309 test1310 test1311 test1312 test1313 \ test1314 test1315 test1316 test1317 test1318 test1319 test1320 test1321 \ diff --git a/tests/data/test1223 b/tests/data/test1223 new file mode 100644 index 000000000..2885bc59a --- /dev/null +++ b/tests/data/test1223 @@ -0,0 +1,60 @@ + + + +HTTP +HTTP GET + + + +# +# disable data check since it gets sent to stdout and is verified there + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 4 +Connection: close +Content-Type: text/html + +hej + + + +# +# Client-side + + +http + + +HTTP GET -w remote_ip and -w remote_port + + +http://%HOSTIP:%HTTPPORT/1223 -w 'IP %{remote_ip} and PORT %{remote_port}\n' + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1223 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 4 +Connection: close +Content-Type: text/html + +hej +IP %HOSTIP and PORT %HTTPPORT + + + -- cgit v1.2.3