Commit Graph

3 Commits (0f4b0cf8922ef1016fc8230fb0f9df883f03d1e0)

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

and some related refactoring
2 years ago
wxiaoguang a94a8d0ab1
Use standard HTTP library to serve files (#24693)
`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.
2 years ago
wxiaoguang 023a048f52
Make repository response support HTTP range request (#24592)
Replace #20480
Replace #18448

Close #16414
2 years ago