blob: 76876230092a097891dc4e40b2b48e9d0632c7e8 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6FAILURE
7</keywords>
8</info>
9#
10# Server-side
11<reply>
12<data>
13</data>
14</reply>
15
16#
17# Client-side
18<client>
19<server>
20http
21</server>
22 <name>
23HTTP GET with nothing returned from server
24 </name>
25 <command>
26http://%HOSTIP:%HTTPPORT/37
27</command>
28</client>
29
30#
31# Verify data after the test has been "shot"
32<verify>
33<errorcode>
3452
35</errorcode>
36<strip>
37^User-Agent:.*
38</strip>
39<protocol>
40GET /37 HTTP/1.1
41Host: %HOSTIP:%HTTPPORT
42Accept: */*
43
44</protocol>
45</verify>
46
47</testcase>