Commit Graph

3 Commits (0ca233258da1837d3588d5f47734453bd862de73)

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