mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-03-31 03:33:14 +02:00
Smack should not throw an IOException in case a stream got closed by the remote peer and the user is trying to read() from the stream. This commit fixes that, by making Smack return '-1' if the stream got closed by the remote. An IOException will only be thrown if the user tries to read from a stream that got already closed by *himself*. SMACK-468 |
||
---|---|---|
.. | ||
src | ||
build.gradle |