Open
Description
IPv6 addresses can have brackets around their host, this causes issues here:
Line 229 in 1bb2325
EM.connect()
eventually goes down to a gethostname
call.
Simple hack is to update that to something like: EM.connect(@uri.host.tr('[]', '') ....
I'm not sure what the right thing to do here is, would love help figuring out if this issue is in the right place too. Is this a problem ruby's uri
, and stripping []
from some_uri.host
?
Metadata
Metadata
Assignees
Labels
No labels