lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | <testcase> |
2 | <info> | ||||
3 | <keywords> | ||||
4 | HTTP | ||||
5 | HTTP GET | ||||
6 | </keywords> | ||||
7 | </info> | ||||
8 | |||||
9 | # | ||||
10 | # Server-side | ||||
11 | <reply> | ||||
12 | <data> | ||||
13 | HTTP/1.1 200 OK swsclose | ||||
14 | Date: Thu, 09 Nov 2010 14:49:00 GMT | ||||
15 | Content-Length: -6 | ||||
16 | Content-Type: text/html | ||||
17 | Funny-head: yesyes | ||||
18 | |||||
19 | moooooooooooo | ||||
20 | </data> | ||||
21 | </reply> | ||||
22 | |||||
23 | # | ||||
24 | # Client-side | ||||
25 | <client> | ||||
26 | <server> | ||||
27 | http | ||||
28 | </server> | ||||
29 | <name> | ||||
30 | simple HTTP GET with negative Content-Length | ||||
31 | </name> | ||||
32 | <command> | ||||
33 | http://%HOSTIP:%HTTPPORT/178 | ||||
34 | </command> | ||||
35 | </client> | ||||
36 | |||||
37 | # | ||||
38 | # Verify data after the test has been "shot" | ||||
39 | <verify> | ||||
40 | <strip> | ||||
41 | ^User-Agent:.* | ||||
42 | </strip> | ||||
43 | <protocol> | ||||
44 | GET /178 HTTP/1.1 | ||||
45 | Host: %HOSTIP:%HTTPPORT | ||||
46 | Accept: */* | ||||
47 | |||||
48 | </protocol> | ||||
49 | </verify> | ||||
50 | </testcase> |