2 http_send_data() multiple ranges
9 HTTP_RANGE=bytes=0-3, 4-5,9-11
12 http_send_content_type('text/plain');
13 http_send_data(str_repeat('123abc', 1000));
19 Content-Type: multipart/byteranges; boundary=%d.%d
23 Content-Type: text/plain
24 Content-Range: bytes 0-3/6000
28 Content-Type: text/plain
29 Content-Range: bytes 4-5/6000
33 Content-Type: text/plain
34 Content-Range: bytes 9-11/6000