Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP 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">
     15 c3dzY2xvc2UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     16 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     17 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     18 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
     19 </data>
     20 </reply>
     21 
     22 #
     23 # Client-side
     24 <client>
     25 <server>
     26 http
     27 </server>
     28  <name>
     29 HTTP/0.9 GET and all zeroes
     30  </name>
     31  <command option="force-output">
     32 http://%HOSTIP:%HTTPPORT/1164 -w '%{size_download}\n' --http0.9
     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>
     43 GET /1164 HTTP/1.1
     44 Host: %HOSTIP:%HTTPPORT
     45 Accept: */*
     46 
     47 </protocol>
     48 <stdout mode="text">
     49 208
     50 </stdout>
     51 </verify>
     52 </testcase>
     53