This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Fix Socket read returns EOF when count == 0...
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 14 Mar 2005 17:00:31 -0700
- Subject: Re: [Patch] Fix Socket read returns EOF when count == 0...
- References: <423624EF.5060609@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> Tested on the HEAD on i686-pc-linux with make check in libjava with no
David> regressions. No regressions in mauve in the 4.0 branch (HEAD not
David> tested in mauve due to ICE in mauve)
David> 2005-03-14 David Daney <ddaney@avtrex.com>
David> * gnu/java/net/natPlainSocketImplPosix.cc (read_helper): Handle
David> count == 0 case.
David> O.K to commit to HEAD?
David> How about the 4.0 branch for good measure?
Yes to both. Thanks.
FWIW I think the Win32 code needs this as well.
Tom