mirror of https://github.com/celery/kombu.git
Fix deepcopy bug of a connection with alernate url
This commit is contained in:
parent
397a8961a2
commit
eed4280924
|
@ -576,6 +576,7 @@ class Connection(object):
|
|||
('login_method', self.login_method or D.get('login_method')),
|
||||
('uri_prefix', self.uri_prefix),
|
||||
('heartbeat', self.heartbeat),
|
||||
('failover_strategy', self.failover_strategy),
|
||||
('alternates', self.alt),
|
||||
)
|
||||
return info
|
||||
|
|
Loading…
Reference in New Issue