blob: 061e395cc1ca889fbf6cbb4c2434fa47654360e5 [file] [log] [blame]
Elliott Hughes1ef06ba2018-05-30 15:43:58 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12# perl -e 'print "swsclose" . "\0" x 200;' | base64
13# 'swsclose' is there to force server to close after send
14<data nocheck="yes" base64="yes">
15c3dzY2xvc2UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
16AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
17AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
18AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
19</data>
20</reply>
21
22#
23# Client-side
24<client>
25<server>
26http
27</server>
28 <name>
29HTTP/0.9 GET and all zeroes
30 </name>
31 <command option="force-output">
32http://%HOSTIP:%HTTPPORT/1164 -w '%{size_download}\n'
33</command>
34</client>
35
36#
37# Verify data after the test has been "shot"
38<verify>
39<strip>
40^User-Agent:.*
41</strip>
42<protocol>
43GET /1164 HTTP/1.1
44Host: %HOSTIP:%HTTPPORT
45Accept: */*
46
47</protocol>
48<stdout>
49208
50</stdout>
51</verify>
52</testcase>