Commit Graph

3 Commits (fe6792dff3d167e87b0c4476f7e7a7ce15742855)

Author SHA1 Message Date
6543 8995046110
Less naked returns ()
just a step towards  

and some related refactoring
wxiaoguang a94a8d0ab1
Use standard HTTP library to serve files ()
`http.ServeFile/ServeContent` handles `If-xxx`, `Content-Length`,
`Range` and `Etag` correctly

After this PR, storage files (eg: avatar) could be responded with
correct Content-Length.
wxiaoguang 023a048f52
Make repository response support HTTP range request ()
Replace 
Replace 

Close