Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request.socket.address() returns an IPv6 address #31

Open
suryatech opened this issue May 25, 2015 · 1 comment
Open

request.socket.address() returns an IPv6 address #31

suryatech opened this issue May 25, 2015 · 1 comment

Comments

@suryatech
Copy link
Contributor

These lines suggest that we expect IPv4 addresses.

However, newer releases of node (tested with v0.12.2 ) return an IPv6 address by default.
screen shot 2015-05-26 at 1 29 58 am

@cyli @Kami @wadey

What do you think the correct workaround/fix should be?

@suryatech suryatech changed the title request.socket.address() returns an IPv6 format address request.socket.address() returns an IPv6 address May 25, 2015
@cyli
Copy link
Contributor

cyli commented Aug 5, 2015

@suryatech Apologies, I'm not really sure, but I did find these:

Seems like zipkin only supports IPv4 for now (see thrift definition) so we'll have to convert somehow. :|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants