wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / client-body-filter / data / test11
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP POST
6 client-body-filter
7 </keywords>
8 </info>
9
10 <reply>
11 <data>
12 HTTP/1.1 200 OK
13 Connection: close
14 Content-Type: text/html
15 X-Connection: swsclose
16
17 Received your input.
18 </data>
19 </reply>
20
21 <client>
22 <server>
23 http
24 </server>
25 <name>
26 Applying client-body-filter{blafasel-to-bumfidel} to large client request slowly while the server times out quickly (XXX: not properly implemented)
27 </name>
28 <features>
29 proxy
30 </features>
31 <command>
32 --limit-rate 1000 -d "blafasel%repeat[5000 x padding]%" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
33 </command>
34 </client>
35
36 <verify>
37 <protocol nonewline="yes">
38 POST /%TESTNUMBER HTTP/1.1\r
39 Host: %HOSTIP:%HTTPPORT\r
40 User-Agent: curl/%VERSION\r
41 Accept: */*\r
42 Content-Length: 35008\r
43 Content-Type: application/x-www-form-urlencoded\r
44 Connection: close\r
45 \r
46 bumfidel%repeat[5000 x padding]%
47 </protocol>
48 </verify>
49 </testcase>