Details
Description
Hi
I had to remove the following test address from SocketSessionConfigImpl.initializeTestAddresses
It causes my cheap hosting agreement server to hang forever! Even with the 10 sec timeout!
// IPv4 localhost
TEST_ADDRESSES.put(new InetSocketAddress(InetAddress
.getByAddress(new byte[]
.getByAddress(new byte[] { 127, 0, 0, 1 }
));
Why?
I am using Rev: 575240
Thanks for your time!