From 84a322ab23f31c00da82a4e902432bd90299e74d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Apr 2004 10:57:10 +0000 Subject: test 512 does some basic curl_easy_duphandle() testing --- tests/data/test512 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/data/test512 (limited to 'tests/data/test512') diff --git a/tests/data/test512 b/tests/data/test512 new file mode 100644 index 000000000..095c828e6 --- /dev/null +++ b/tests/data/test512 @@ -0,0 +1,45 @@ +# +# Server-side + + +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: yes +Connection: close + +hello + + + +# Client-side + + +http + +# tool is what to use instead of 'curl' + +lib512 + + + +simple curl_easy_duplicate() test + + +http://%HOSTIP:%HOSTPORT/512 + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /512 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3