Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/object-multipart-handlers.go

    			writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    			return true
    		}
    		if checkCopyObjectPartPreconditions(ctx, w, r, o) {
    			return true
    		}
    		if parseRangeErr != nil {
    			writeCopyPartErr(ctx, w, parseRangeErr, r.URL)
    			// Range header mismatch is pre-condition like failure
    			// so return true to indicate Range precondition failed.
    			return true
    		}
    		return false
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Aug 31 18:25:48 UTC 2024
    - 39.2K bytes
    - Viewed (0)
Back to top