1<testcase>
2#
3# Server-side
4<reply>
5<data>
6HTTP/1.1 200 OK
7Date: Thu, 09 Nov 2010 14:49:00 GMT
8Server: test-server/fake
9Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
10ETag: "21025-dc7-39462498"
11Accept-Ranges: bytes
12Content-Length: 6
13Connection: close
14Content-Type: text/html
15Funny-head: yesyes
16
17-foo-
18</data>
19</reply>
20
21# Client-side
22<client>
23<server>
24http
25</server>
26<features>
27getrlimit
28</features>
29# tool is what to use instead of 'curl'
30<tool>
31lib518
32</tool>
33# precheck is a command line to run before the test, to see if we can execute
34# the test or not
35<precheck>
36./libtest/lib518 check
37</precheck>
38
39 <name>
40HTTP GET with more than FD_SETSIZE descriptors open
41 </name>
42 <command>
43http://%HOSTIP:%HTTPPORT/518
44</command>
45</client>
46
47#
48# Verify data after the test has been "shot"
49<verify>
50<protocol>
51GET /518 HTTP/1.1
52Host: %HOSTIP:%HTTPPORT
53Accept: */*
54
55</protocol>
56<valgrind>
57disable
58</valgrind>
59</verify>
60</testcase>
61