connection.remoteIpPort is correct
This commit is contained in:
parent
0032b45a02
commit
148bb977bc
|
@ -1551,7 +1551,6 @@ func (c *connection) remoteIp() net.IP {
|
|||
return c.remoteAddr.IP
|
||||
}
|
||||
|
||||
// ???
|
||||
func (c *connection) remoteIpPort() ipPort {
|
||||
return c.remoteAddr
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue