forked from I2P_Developers/i2p.i2p
* Lower max netdb RI expiration again
* Increase default max tunnels * Cleanups after review * Exorcism (ticket #476)
This commit is contained in:
@@ -391,7 +391,9 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn
|
||||
// pos is the start of the path
|
||||
pos = request.indexOf("/");
|
||||
if (pos == -1) {
|
||||
pos = request.length();
|
||||
//pos = request.length();
|
||||
method = null;
|
||||
break;
|
||||
}
|
||||
host = request.substring(0, pos);
|
||||
|
||||
|
@@ -10,7 +10,7 @@ import net.i2p.client.streaming.I2PSocket;
|
||||
import net.i2p.util.Log;
|
||||
|
||||
/**
|
||||
* Thread to do inbound filtering.
|
||||
* Thread to do outbound filtering.
|
||||
* Moved from I2PTunnelIRCClient.java
|
||||
*
|
||||
* @since 0.8.9
|
||||
|
Reference in New Issue
Block a user