unexpected range header

These tests try to trick browsers into accepting partial data (and requesting rest) by using Range headers in response, even if no range was requested. It seems, that this does not work - but at least wget tries to automatically resume a broken request with a partial request.

VALID: all data at once

simple response code 200
IMAGE
SCRIPT
 load EICAR  load eicar.zip 

INVALID: range without requested

all data, but with code 206 and range header
IMAGE
SCRIPT
 load EICAR  load eicar.zip 

all data as single part in multipart/byteranges, code 206
IMAGE
SCRIPT
 load EICAR  load eicar.zip 

all data as single part in multipart/byteranges, code 200
IMAGE
SCRIPT
 load EICAR  load eicar.zip 

send partial response even if full was requested
IMAGE
SCRIPT
 load EICAR  load eicar.zip 

use incomplete response to trigger partial request for rest of data
IMAGE
SCRIPT
 load EICAR  load eicar.zip