TODO: implement range support for respondWithFile/responseWithFD
jasnell opened this issue · 1 comments
jasnell commented
Leaving this todo here: in the next couple of days I'll be implementing range request support for responseWithFile /responseWithFD. This essentially will just mean passing in a start offset and length limit. It will be up to users to implement support for the actual HTTP range headers.
jasnell commented
This is done, commit sitting in the initial-pr branch waiting to land.