propagate from branch 'i2p.i2p.zzz.test' (head 0f2e109194f1fcc94e8a3f37cbf804446abddeff)

to branch 'i2p.i2p' (head 7bb99f9e0d436cf9923ed17465f15e73c78e7b13)
This commit is contained in:
zzz
2011-08-24 14:23:29 +00:00
28 changed files with 120 additions and 203 deletions

View File

@@ -389,8 +389,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn
// pos is the start of the path
pos = request.indexOf("/");
if (pos == -1) {
method = null;
break;
pos = request.length();
}
host = request.substring(0, pos);