Annotation of embedaddon/curl/tests/data/test1900, revision 1.1.1.1
1.1 misho 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 4 Completed with status 0
22: Handle 5 Completed with status 0
23: Handle 6 Completed with status 0
24: Handle 1 Completed with status 0
25: Handle 2 Completed with status 0
26: Handle 3 Completed with status 0
27: </data>
28: </reply>
29:
30: # Client-side
31: <client>
32: <server>
33: http-pipe
34: </server>
35: <features>
36: http
37: </features>
38: <tool>
39: lib1900
40: </tool>
41: <name>
42: HTTP GET using pipelining
43: </name>
44: <command>
45: http://%HOSTIP:%HTTPPIPEPORT/ log/urls1900.txt
46: </command>
47: <file name="log/urls1900.txt">
48: 0 1k.txt
49: 1000 100k.txt
50: 0 1k.txt
51: 0 1k.txt
52: 0 1k.txt
53: 0 1k.txt
54: 0 1k.txt
55: </file>
56: </client>
57:
58: # Verify data after the test has been "shot"
59: <verify>
60: </verify>
61: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>