-
Notifications
You must be signed in to change notification settings - Fork 652
Open
Milestone
Description
Socket makeTunnel(String host, int port, String proxyUsername,
String proxyPassword, InetSocketAddress proxyAddress) throws IOException {
String proxyHost = proxyAddress.getAddress().toString().substring(
0, proxyAddress.getAddress().toString().indexOf("/"));
shoud be:
String proxyHost = proxyAddress.getAddress().toString().substring(
proxyAddress.getAddress().toString().indexOf("/")+1, proxyAddress.getAddress().toString().length());
Metadata
Metadata
Assignees
Labels
No labels