Thread
:
Question about java.net.SocketException
View Single Post
#
2
(
permalink
)
December 23rd, 2002
cultiv8r
Connoisseur
Join Date: August 9th, 2001
Location: Philadelphia, PA, USA
Posts: 358
Are you checking the result for write() before you do a flush()? Also, I think that if you try to write zero bytes, it'll give the same error message (ie, you didn't check the result for read() )
cultiv8r
View Public Profile
Find all posts by cultiv8r