FWIW on the prod server, the IPv6 connections get a request.peer like tcp6:addr:addr::addr:addr:port, and the IPv4 connections get one like tcp6:::ffff:8.8.8.8:port. This logic looks right to me, let's land it, but maybe some future cleanup could factor this out into a utility function for easier unit testing.
Originally posted by @warner in #63 (comment)
FWIW on the prod server, the IPv6 connections get a
request.peerliketcp6:addr:addr::addr:addr:port, and the IPv4 connections get one liketcp6:::ffff:8.8.8.8:port. This logic looks right to me, let's land it, but maybe some future cleanup could factor this out into a utility function for easier unit testing.Originally posted by @warner in #63 (comment)