first commit
CI / Build (clang, clang++, ubuntu-22.04, linux, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Build (clang, clang++, windows-2022, windows, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Release (push) Canceled after 0s

This commit is contained in:
2026-09-13 22:18:11 +01:00
commit 08c03ac533
6701 changed files with 1577314 additions and 0 deletions
+69
View File
@@ -0,0 +1,69 @@
<testcase>
<info>
<keywords>
multi
</keywords>
</info>
# Server-side
<reply>
<data>
HTTP/1.1 302 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 6
Location: /15510002
-foo-
</data>
<data2>
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 11
redirected
</data2>
<datacheck>
redirected
redirected
</datacheck>
</reply>
# Client-side
<client>
<server>
http
</server>
# tool is what to use instead of 'curl'
<tool>
lib1551
</tool>
<name>
re-run redirected transfer without setting URL again
</name>
<command>
http://%HOSTIP:%HTTPPORT/1551
</command>
</client>
<verify>
<protocol>
GET /1551 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /15510002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /1551 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /15510002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
</protocol>
</verify>
</testcase>