The spelling of the word 'Reply' is incorrect in SocsSocketImpl.java . The line number 599 has the spelling as 'Replay' :
ex = new SocketException("Replay from SOCKS server contains bad status");
Besides this, the line 555 contains the word 'FIXME' that may need to be removed.
ex = new SocketException("Replay from SOCKS server contains bad status");
Besides this, the line 555 contains the word 'FIXME' that may need to be removed.