This commit is contained in:
zzz
2015-06-17 23:46:11 +00:00
parent 7c5dfaee20
commit 0f4e09500c
6 changed files with 11 additions and 2 deletions

View File

@@ -33,6 +33,9 @@ public class I2PTunnelHTTPClientRunner extends I2PTunnelRunner {
super(s, i2ps, slock, initialI2PData, null, sockList, onFail);
}
/**
* Only call once!
*/
@Override
protected OutputStream getSocketOut() throws IOException {
OutputStream raw = super.getSocketOut();