Test scenario chunked-transfer-encoding: Skip tests that require 'writesize' support
[privoxy.git] / tests / cts / chunked-transfer-encoding / data / test32
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 %hex[1%0d%0a%0a%0d%0a0%0d%0a%0d%0a]hex%
20 </data>
21 <servercmd>
22 writesize: 1000
23 </servercmd>
24 </reply>
25
26
27 <client>
28 <server>
29 http
30 </server>
31 <name>
32 Chunked transfer encoding - Multiple small chunks received with the server headers.
33 </name>
34 <features>
35 proxy
36 </features>
37 <command>
38 --raw http://%HOSTIP:%HTTPPORT/no-filter/%TESTNUMBER
39 </command>
40 </client>
41
42 <verify>
43 <protocol>
44 GET /no-filter/%TESTNUMBER HTTP/1.1\r
45 Host: %HOSTIP:%HTTPPORT\r
46 User-Agent: curl/%VERSION\r
47 Accept: */*\r
48 \r
49 </protocol>
50 </verify>
51 </testcase>