Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kissling (0.15 sec)

  1. cmd/httprange.go

    	case offsetEnd > -1:
    		if offsetEnd == 0 {
    			return nil, errInvalidRange
    		}
    		return &HTTPRangeSpec{true, -offsetEnd, -1}, nil
    	default:
    		// rangeString contains first and last byte positions missing. eg. "bytes=-"
    		return nil, fmt.Errorf("'%s' does not have valid range value", rangeString)
    	}
    }
    
    // String returns stringified representation of range for a particular resource size.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 5.9K bytes
    - Viewed (0)
Back to top