wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / chunked-transfer-encoding / data / test44
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 chunked transfer encoding
7 # Does not work 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 Connection: keep-alive\r
17 Content-Type: text/html\r
18 Transfer-Encoding: chunked\r
19 \r
20 FE\r
21 %repeat[253 x A]%
22 \r
23 0\r
24 \r
25 </data>
26 <servercmd>
27 writedelay: 20
28 writesize: 136
29 </servercmd>
30 </reply>
31
32 <client>
33 <server>
34 http
35 </server>
36 <name>
37 Chunked transfer encoding - Multiple chunks, first chunk partially arrives with server headers with connection keep-alive. Filtering disabled.
38 </name>
39 <features>
40 proxy
41 </features>
42 <command>
43 --raw http://%HOSTIP:%HTTPPORT/no-filter/%TESTNUMBER --max-time 2 --raw http://%HOSTIP:%HTTPPORT/no-filter/%TESTNUMBER
44 </command>
45 </client>
46
47 <verify>
48 <protocol>
49 GET /no-filter/%TESTNUMBER HTTP/1.1\r
50 Host: %HOSTIP:%HTTPPORT\r
51 User-Agent: curl/%VERSION\r
52 Accept: */*\r
53 \r
54 GET /no-filter/%TESTNUMBER HTTP/1.1\r
55 Host: %HOSTIP:%HTTPPORT\r
56 User-Agent: curl/%VERSION\r
57 Accept: */*\r
58 \r
59 </protocol>
60 <errorcode>
61 0
62 </errorcode>
63 </verify>
64 </testcase>