Hi All,

Please review the simple change below.

Webrev   : http://cr.openjdk.java.net/~vtewari/8189366/webrev0.0/index.html

BugId      : https://bugs.openjdk.java.net/browse/JDK-8189366


Currently SocketInputStream.available() does not check for "eof" and simply delegate to the impl even when "eof" reached. I put a check  to return 0 if "eof" is already reached.

Thanks,

Vyom

Reply via email to