Files
jenz 08c03ac533
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
first commit
2026-09-13 22:18:11 +01:00

102 lines
1.5 KiB
Plaintext

<testcase>
# Derived from on https://github.com/curl/curl/issues/5120
<info>
<keywords>
--next
--config
POST
</keywords>
</info>
#
# Server-side
<reply>
<data1>
HTTP/1.1 200 OK
Content-Length: 6
Content-Type: text/1
-foo-
</data1>
<data2>
HTTP/1.1 200 OK
Content-Length: 6
Content-Type: text/2
-foo-
</data2>
<data3>
HTTP/1.1 200 OK
Content-Length: 6
Content-Type: text/3
-foo-
</data3>
</reply>
#
# Client-side
<client>
<file1 name="log/config430-a">
--next
url = %HOSTIP:%HTTPPORT/4300001
header = "a: a"
data = "a"
</file1>
<file2 name="log/config430-b">
--next
url = %HOSTIP:%HTTPPORT/4300002
header = "b: b"
data = "b"
</file2>
<file3 name="log/config430-c">
--next
url = %HOSTIP:%HTTPPORT/4300003
header = "c: c"
data = "c"
</file3>
<server>
http
</server>
<name>
Three -K uses with --next and --data in each
</name>
<command>
-K log/config430-a -K log/config430-b -K log/config430-c
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol nonewline="yes">
POST /4300001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
a: a
Content-Length: 1
Content-Type: application/x-www-form-urlencoded
aPOST /4300002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
b: b
Content-Length: 1
Content-Type: application/x-www-form-urlencoded
bPOST /4300003 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
c: c
Content-Length: 1
Content-Type: application/x-www-form-urlencoded
c
</protocol>
</verify>
</testcase>