robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.6k stars 1.31k forks source link

Invalid range request not returned as 416 Requested Range Not Satisfiable #142

Open pasin opened 9 years ago

pasin commented 9 years ago

Invalid range requests are currently ignored. It would be better if they are returned as 416: Requested Range Not Satisfiable.

There was already #110 (Range request hard codes status) but I don't know if #110 issue covers this case or not. Sorry if it duplicates.