Enclose IPv6 address in square brackets

This commit is contained in:
Odd Stråbø 2019-10-03 01:45:31 +02:00
commit 578d51bc54
2 changed files with 8 additions and 0 deletions

View file

@ -453,6 +453,7 @@ class ConnectionManager(object):
else:
return servers
# TODO: Make IPv6 compatable
def _convert_endpoint_address_to_manual_address(self, info):
if info.get('Address') and info.get('EndpointAddress'):