Am 29.10.2013 01:04, schrieb Shammah Chancellor:

Still not sure why this doesn't work. However, I took a look at the
vibednews source code and found readLine() in stream.operations. That
seems to work better for the intended function.

Yes, readLine is the right choice in this case. readAll and
readAllUTF8 will read everything until the end of the input stream -
which is until the connection is closed by the remote in this case.