From 148bb977bc384a9d9a1355cc9b49eab7d675e9b4 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 4 Nov 2018 16:59:06 +1100 Subject: [PATCH] connection.remoteIpPort is correct --- connection.go | 1 - 1 file changed, 1 deletion(-) diff --git a/connection.go b/connection.go index bcbc5bb5..2b35ef4d 100644 --- a/connection.go +++ b/connection.go @@ -1551,7 +1551,6 @@ func (c *connection) remoteIp() net.IP { return c.remoteAddr.IP } -// ??? func (c *connection) remoteIpPort() ipPort { return c.remoteAddr }