webstick79

Results 1 comments of webstick79

The analysis by @rlinero is correct and points out the root cause. com.notnoop.apns.internal.TlsTunnelBuilder::makeTunnel() ``` [...] String proxyHost = proxyAddress.getAddress().toString().substring(0, proxyAddress.getAddress().toString().indexOf("/")); [...] ``` java.net.InetSocketAddress::getAddress returns of the form: _hostname / literal...