xref: /curl/tests/data/test1466 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9<reply>
10<data>
11HTTP/1.1 405 405
12Content-Length: 6
13Connection: close
14
15-foo-
16</data>
17</reply>
18
19#
20# Client-side
21<client>
22<server>
23http
24</server>
25
26<name>
27HTTP GET with 3-digit response and only digits in reason
28</name>
29<command>
30http://%HOSTIP:%HTTPPORT/%TESTNUMBER
31</command>
32</client>
33
34#
35# Verify data after the test has been "shot"
36<verify>
37<protocol>
38GET /%TESTNUMBER HTTP/1.1
39Host: %HOSTIP:%HTTPPORT
40User-Agent: curl/%VERSION
41Accept: */*
42
43</protocol>
44</verify>
45</testcase>
46