Closed
Description
by jed@fastly.com:
There's currently a bug with ServeContent and FileServer when handling Range requests. Given a file of size N, a request for "Range: bytes=N-*" should return a 416. However, currently, it returns 206, a body of 0 bytes, and the illegal Content-Range of "bytes N-(N-1)/N".