mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
fix: bump the response header timeout for forwarder as well (#9994)
continuation of #9986, add more place where the lower timeout comes into effect.
This commit is contained in:
@@ -632,7 +632,7 @@ func (web *webAPIHandlers) RemoveObject(r *http.Request, args *RemoveObjectArgs,
|
||||
}
|
||||
return toJSONError(ctx, err, args.BucketName)
|
||||
}
|
||||
core, err := getRemoteInstanceClient(r, getHostFromSrv(sr))
|
||||
core, err := getRemoteInstanceClientLongTimeout(r, getHostFromSrv(sr))
|
||||
if err != nil {
|
||||
return toJSONError(ctx, err, args.BucketName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user