blob: 7ca6dde8084714e19dec2e319e3ec6965c1b58b8 [file] [log] [blame]
Elliott Hughesb1ef70f2018-10-30 11:28:38 -07001<testcase>
2<info>
3<keywords>
4HTTP/0.9
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11<data>
12HTTPr
13</data>
14<servercmd>
15swsclose
16</servercmd>
17</reply>
18
19#
20# Client-side
21<client>
22<server>
23http
24</server>
25 <name>
26HTTP GET with a invalid HTTP/1 response line start
27 </name>
28 <command>
Elliott Hughes34dd5f42021-08-10 13:01:18 -070029http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http0.9
Elliott Hughesb1ef70f2018-10-30 11:28:38 -070030</command>
31</client>
32
33#
34# Verify data after the test has been "shot"
35<verify>
Elliott Hughesb1ef70f2018-10-30 11:28:38 -070036<protocol>
Elliott Hughes34dd5f42021-08-10 13:01:18 -070037GET /%TESTNUMBER HTTP/1.1
Elliott Hughesb1ef70f2018-10-30 11:28:38 -070038Host: %HOSTIP:%HTTPPORT
Haibo Huangb5a52b92020-10-28 22:18:23 -070039User-Agent: curl/%VERSION
Elliott Hughesb1ef70f2018-10-30 11:28:38 -070040Accept: */*
41
42</protocol>
43</verify>
44</testcase>