mirror of
				https://github.com/minio/minio.git
				synced 2025-10-30 00:05:02 -04:00 
			
		
		
		
	
							parent
							
								
									c6f8dc431e
								
							
						
					
					
						commit
						7bb0f32332
					
				| @ -185,7 +185,7 @@ func checkPreconditionsPUT(ctx context.Context, w http.ResponseWriter, r *http.R | |||||||
| 		if isETagEqual(objInfo.ETag, ifNoneMatchETagHeader) { | 		if isETagEqual(objInfo.ETag, ifNoneMatchETagHeader) { | ||||||
| 			// If the object ETag matches with the specified ETag. | 			// If the object ETag matches with the specified ETag. | ||||||
| 			writeHeaders() | 			writeHeaders() | ||||||
| 			w.WriteHeader(http.StatusNotModified) | 			writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrPreconditionFailed), r.URL) | ||||||
| 			return true | 			return true | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user