Search Options

Results per page
Sort
Preferred Languages
Advance

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

  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) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 15 16:28:02 UTC 2024
    - 116.3K bytes
    - Viewed (0)
Back to top