Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118.1K bytes
    - Viewed (0)
  2. docs/recipes.md

    
    ### Canceling a Call ([.kt][CancelCallKotlin], [.java][CancelCallJava])
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 17:01:12 UTC 2025
    - 47.8K bytes
    - Viewed (0)
Back to top