Commit Graph

3 Commits (0eebeeec9045c759d005ab0ba87f3275da7c627d)

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