Closed GoogleCodeExporter closed 9 years ago
Hi Jean-Vincent,
thanks for reporting!
I have added support for InputStream#available. It is in SVN trunk, including a
junit
testcase.
Could you please test if it works for you?
Best,
Christian
PS: The following statement is not correct according the Java Socket API.
> The expected output must return the amount of available bytes from socket.
This is not correct. It MAY return it, or any number down to zero. In the
implementation up to junixsocket 1.2, zero was always returned.
Original comment by ckkohl79
on 23 Apr 2010 at 8:08
Thank you for quick response !
I made some tests with your modifications and it's ok for me.
Good work :)
Original comment by jv.le...@gmail.com
on 23 Apr 2010 at 12:01
Great to hear!
Cheers,
Christian
Original comment by ckkohl79
on 23 Apr 2010 at 12:08
Original issue reported on code.google.com by
jv.le...@gmail.com
on 23 Apr 2010 at 12:01