mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-06 22:01:39 +00:00
Streaming: Fix connection error message
This commit is contained in:
@@ -295,7 +295,7 @@ class PacketQueue implements SendMessageStatusListener {
|
||||
IOException ioe = new I2PSocketException(status);
|
||||
con.getOutputStream().streamErrorOccurred(ioe);
|
||||
con.getInputStream().streamErrorOccurred(ioe);
|
||||
con.setConnectionError("failure code " + status);
|
||||
con.setConnectionError(ioe.getLocalizedMessage());
|
||||
con.disconnect(false);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user