jgauffin / Griffin.WebServer

A web server built on top of Griffin.Framework
107 stars 42 forks source link

Wrong response status for partial content #5

Closed bongas closed 11 years ago

bongas commented 11 years ago

If partial content is served with the range header, the response should have status 206 (Partial Content) instead of 200 (OK)