Multiple pipelines and limiting the number of connections.
[platform/upstream/curl.git] / tests / data / test1901
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 pipelining
6 multi
7 </keywords>
8 </info>
9
10 # Server-side
11 <reply>
12 <data>
13 Adding handle 0
14 Handle 0 Completed with status 0
15 Adding handle 1
16 Adding handle 2
17 Adding handle 3
18 Adding handle 4
19 Adding handle 5
20 Adding handle 6
21 Handle 2 Completed with status 0
22 Handle 3 Completed with status 0
23 Handle 4 Completed with status 0
24 Handle 1 Completed with status 0
25 Handle 5 Completed with status 0
26 Handle 6 Completed with status 0
27 </data>
28 </reply>
29
30 # Client-side
31 <client>
32 <server>
33 http-pipe
34 </server>
35 <tool>
36 lib1900
37 </tool>
38  <name>
39 HTTP GET using pipelining, blacklisted site
40  </name>
41  <command>
42 http://%HOSTIP:%HTTPPIPEPORT/
43 </command>
44 <file name="log/urls.txt">
45 blacklist_site 127.0.0.1:%HTTPPIPEPORT
46 0 1k.txt
47 1000 100k.txt
48 0 1k.txt
49 0 1k.txt
50 0 1k.txt
51 0 1k.txt
52 0 1k.txt
53 </client>
54
55 # Verify data after the test has been "shot"
56 <verify>
57 </verify>
58 </testcase>