mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Cleaning up more api code
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ func (r *httpRange) getContentRange() string {
|
||||
}
|
||||
|
||||
// Grab new range from request header
|
||||
func newRange(req *http.Request, size int64) (*httpRange, error) {
|
||||
func getRequestedRange(req *http.Request, size int64) (*httpRange, error) {
|
||||
r := &httpRange{
|
||||
start: 0,
|
||||
length: 0,
|
||||
|
||||
Reference in New Issue
Block a user