Bug 20486 - Win32 needs Socket read returns EOF when count == 0 fix
Summary: Win32 needs Socket read returns EOF when count == 0 fix
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.0.0
: P2 minor
Target Milestone: 4.1.0
Assignee: Mohan Embar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 17:39 UTC by David Daney
Modified: 2005-03-23 00:53 UTC (History)
2 users (show)

See Also:
Host: *-Win32
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-03-22 23:29:20


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Daney 2005-03-15 17:39:15 UTC
With this patch:

http://gcc.gnu.org/ml/java-patches/2005-q1/msg00753.html

I fixed the "Socket read returns EOF when count == 0" problem for POSIX.  A
similar patch should be made to Win32 code.
Comment 1 Mohan Embar 2005-03-22 23:30:30 UTC
Done:

http://gcc.gnu.org/ml/java-patches/2005-q1/msg00853.html