wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / chunked-transfer-encoding / data / test30
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 6\r
20 AAAAA
21 \r
22 A\r
23 %repeat[9 x B]%
24 \r
25 FF\r
26 %repeat[254 x C]%
27 \r
28 0\r
29 \r
30 </data>
31 <servercmd>
32 writesize: 20
33 writedelay: 50
34 </servercmd>
35 </reply>
36
37
38 <client>
39 <server>
40 http
41 </server>
42 <name>
43 Chunked transfer encoding - Multiple small chunks
44 </name>
45 <features>
46 proxy
47 </features>
48 <command>
49 --raw http://%HOSTIP:%HTTPPORT/no-filter/%TESTNUMBER
50 </command>
51 </client>
52
53 <verify>
54 <protocol>
55 GET /no-filter/%TESTNUMBER HTTP/1.1\r
56 Host: %HOSTIP:%HTTPPORT\r
57 User-Agent: curl/%VERSION\r
58 Accept: */*\r
59 \r
60 </protocol>
61 </verify>
62 </testcase>