wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / chunked-transfer-encoding / data / test13
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 100\r
20 %repeat[255 x A]%
21 \r
22 100\r
23 %repeat[255 x B]%
24 \r
25 100\r
26 %repeat[255 x C]%
27 \r
28 100\r
29 %repeat[255 x %01]%
30 \r
31 0\r
32 \r
33 </data>
34 </reply>
35
36 <proxy-reply>
37 <data>
38 HTTP/1.1 200 OK\r
39 Date: Thu, 22 Jul 2010 11:22:33 GMT\r
40 Connection: close\r
41 Content-Type: text/html\r
42 X-Control: swsclose\r
43 Content-Length: 1024\r
44 \r
45 %repeat[255 x A]%
46 %repeat[255 x B]%
47 %repeat[255 x C]%
48 %repeat[255 x %01]%
49 </data>
50 </proxy-reply>
51
52 <client>
53 <server>
54 http
55 </server>
56 <name>
57 Chunked transfer encoding - Multiple chunks, chunk at the end contains binary ones and is valid
58 </name>
59 <features>
60 proxy
61 </features>
62 <command>
63 --raw http://%HOSTIP:%HTTPPORT/chunked-transfer-encoding/%TESTNUMBER
64 </command>
65 </client>
66
67 <verify>
68 <protocol>
69 GET /chunked-transfer-encoding/%TESTNUMBER HTTP/1.1\r
70 Host: %HOSTIP:%HTTPPORT\r
71 User-Agent: curl/%VERSION\r
72 Accept: */*\r
73 \r
74 </protocol>
75 <errorcode>
76 0
77 </errorcode>
78 </verify>
79 </testcase>