connection.remoteIpPort is correct

This commit is contained in:
Matt Joiner 2018-11-04 16:59:06 +11:00
parent 0032b45a02
commit 148bb977bc
1 changed files with 0 additions and 1 deletions

View File

@ -1551,7 +1551,6 @@ func (c *connection) remoteIp() net.IP {
return c.remoteAddr.IP
}
// ???
func (c *connection) remoteIpPort() ipPort {
return c.remoteAddr
}