Test scenario chunked-transfer-encoding: Skip tests that require 'writesize' support
[privoxy.git] / tests / cts / chunked-transfer-encoding / data / test33
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 chunked transfer encoding
7 # XXX: Test requires "writesize" support that hasn't been upstreamed yet.
8 skip
9 </keywords>
10 </info>
11
12 <reply>
13 <data>
14 HTTP/1.1 200 OK\r
15 Date: Thu, 22 Jul 2010 11:22:33 GMT\r
16 Content-Type: text/html\r
17 Transfer-Encoding: chunked\r
18 \r
19 2\r
20 A
21 \r
22 3\r
23 BB
24 \r
25 4\r
26 CCC
27 \r
28 5\r
29 DDDD
30 \r
31 FF\r
32 %repeat[254 x F]%
33 \r
34 0\r
35 \r
36 </data>
37 <servercmd>
38 writesize: 200
39 writedelay: 20
40 </servercmd>
41 </reply>
42
43
44 <client>
45 <server>
46 http
47 </server>
48 <name>
49 Chunked transfer encoding - Multiple small chunks received with the server headers, other chunks received separately.
50 </name>
51 <features>
52 proxy
53 </features>
54 <command>
55 --raw http://%HOSTIP:%HTTPPORT/no-filter/%TESTNUMBER
56 </command>
57 </client>
58
59 <verify>
60 <protocol>
61 GET /no-filter/%TESTNUMBER HTTP/1.1\r
62 Host: %HOSTIP:%HTTPPORT\r
63 User-Agent: curl/%VERSION\r
64 Accept: */*\r
65 \r
66 </protocol>
67 </verify>
68 </testcase>