channel: channel_tls_get_remote_addr_method() should return the "real_addr" of the connection
The accurate address of a connection is real_addr
, not the addr
member.
Lets make channel_tls_get_remote_addr_method()
return the content of real_addr
instead.