dvv / luvit-static

Fast static server for Luvit
MIT License
7 stars 1 forks source link

Incorrect Content-Range Header #2

Closed TheUltDev closed 10 years ago

TheUltDev commented 10 years ago

Currently the Content-Range header is: Content-Range: bytes=0-999/1000

It should be: Content-Range: bytes 0-999/1000

The = character makes the 206 request fail.

dvv commented 10 years ago

Right. Mind to make a pull request? TIA

TheUltDev commented 10 years ago

https://github.com/dvv/luvit-static/pull/3