Add test scenario chunked-transfer-encoding
[privoxy.git] / tests / cts / chunked-transfer-encoding / data / test6
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 chunked transfer encoding
7 </keywords>
8 </info>
9
10 <reply>
11 <data>
12 HTTP/1.1 200 OK\r
13 Date: Thu, 22 Jul 2010 11:22:33 GMT\r
14 Connection: close\r
15 Content-Type: text/html\r
16 Transfer-Encoding: chunked\r
17 X-Control: swsclose\r
18 \r
19 3\r
20 AA
21 \r
22 4\r
23 BBB
24 \r
25 123\r
26 This chunk is too small
27 4\r
28 DDD
29 0\r
30 \r
31 </data>
32 </reply>
33
34 <client>
35 <server>
36 http
37 </server>
38 <name>
39 Chunked transfer encoding - Multiple small chunks, chunk in the middle too small.
40 </name>
41 <features>
42 proxy
43 </features>
44 <command>
45 --raw http://%HOSTIP:%HTTPPORT/chunked-transfer-encoding/%TESTNUMBER
46 </command>
47 </client>
48
49 <verify>
50 <protocol>
51 GET /chunked-transfer-encoding/%TESTNUMBER HTTP/1.1\r
52 Host: %HOSTIP:%HTTPPORT\r
53 User-Agent: curl/%VERSION\r
54 Accept: */*\r
55 \r
56 </protocol>
57 <errorcode>
58 18
59 </errorcode>
60 </verify>
61
62 </testcase>