From e6cd738ed3716c02557fb3a47515244e949ade39 Mon Sep 17 00:00:00 2001 From: Bertrand SIMONNET Date: Wed, 1 Jul 2015 15:39:44 -0700 Subject: Import curl 7.43 This is a simple import of curl 7.43. The only change from the official release is the fact that the Android.mk was removed to avoid build error trying to parse it. BUG: 22347561 Change-Id: I52ef6798d30b25d22d1f62770d571adec8bcf4d5 --- tests/data/test1312 | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tests/data/test1312 (limited to 'tests/data/test1312') diff --git a/tests/data/test1312 b/tests/data/test1312 new file mode 100644 index 00000000..92144015 --- /dev/null +++ b/tests/data/test1312 @@ -0,0 +1,64 @@ + + + +HTTP +HTTP GET +-J + + + +# + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/html +Content-Disposition: inline; filename="name1312;weird" + +12345 + + + +# +# Client-side + +# this relies on the debug feature to allow us to set directory to store the +# -J output in + +debug + + +http + + +HTTP GET with -J, Content-Disposition and ; in filename + + +CURL_TESTDIR=%PWD/log + + +http://%HOSTIP:%HTTPPORT/1312 -J -O + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1312 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + +12345 + + + + -- cgit v1.2.3