From 21926d584a5b118cbff81a9fb4329059011f87c6 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Tue, 8 Jan 2019 14:27:10 -0800 Subject: Upgrade curl from 7.62.0 to 7.63.0 Test: build, boots, `vendor/google/tools/fake-ota on streaming` works Change-Id: Iecd6120501e7a6d2c8b83c2891de62163a30f08a --- tests/data/test1518 | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 tests/data/test1518 (limited to 'tests/data/test1518') diff --git a/tests/data/test1518 b/tests/data/test1518 new file mode 100644 index 00000000..134ea4af --- /dev/null +++ b/tests/data/test1518 @@ -0,0 +1,62 @@ + + + +HTTP + + +# +# This reproduces issue #3340 +# +# Server-side + + +HTTP/1.1 302 redirect to broken URL +Date: Thu, 17 Mar 2016 14:41:00 GMT +Server: test-server/fake +Content-Type: text/plain; charset=US-ASCII +X-Special: swsclose +Location: http://1.2 .4.5/test +Content-Length: 0 +Connection: close + + + + +# Client-side + + +http + +# tool is what to use instead of 'curl' + +lib1518 + + + +Extract Location: with broken URL + + +http://%HOSTIP:%HTTPPORT/1518 + + + +# +# Verify data after the test has been "shot" + + + + + + + +res: 0 +status: 302 +redirects: 0 +effectiveurl: http://%HOSTIP:%HTTPPORT/1518 +redirecturl: http://1.2 .4.5/test + + +0 + + + -- cgit v1.2.3