Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for satisfiable (0.07 seconds)

  1. cmd/server_test.go

    	// execute the HTTP request.
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    	// expected to fail with "InvalidRange" error message.
    	verifyError(c, response, "InvalidRange", "The requested range is not satisfiable", http.StatusRequestedRangeNotSatisfiable)
    }
    
    // TestObjectMultipartAbort - Test validates abortion of a multipart upload after uploading 2 parts.
    func (s *TestSuiteCommon) TestObjectMultipartAbort(c *check) {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 118.1K bytes
    - Click Count (0)
Back to Top