aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1540
blob: 1c1cf5db5d5b6aa568815fa84ddea964d7991154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<testcase>
<info>
<keywords>
HTTP
HTTP GET
CURLPAUSE_RECV
chunked Transfer-Encoding
Trailer:
</keywords>
</info>

# Server-side
<reply>
<data>
HTTP/1.1 200 OK swsclose
Transfer-Encoding: chunked
Trailer: MyCoolTrailerHeader

4
data
5
d474

0
MyCoolTrailerHeader: amazingtrailer

</data>
<datacheck>
HTTP/1.1 200 OK swsclose
Transfer-Encoding: chunked
Trailer: MyCoolTrailerHeader

Got 4 bytes but pausing!
datad474
MyCoolTrailerHeader: amazingtrailer
</datacheck>

</reply>
# Client-side
<client>
<server>
http
</server>
<tool>
lib1540
</tool>
 <name>
chunked with trailers and pausing the receive
 </name>
 <command>
http://%HOSTIP:%HTTPPORT/1540
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<protocol>
GET /1540 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol>
</verify>
</testcase>