[FIX] networkFixes

m.rueger at acm.org m.rueger at acm.org
Thu Jul 24 00:46:59 UTC 2003


from preamble:

"Change Set:		networkFixes
Date:			23 July 2003
Author:			Michael Rueger, Luciano Notarfrancesco

Fixes some problems in the network rewrite:
- SocketStream next: used size instead of position (fixed by Luciano)
- FTPClient timed out on waiting for a response
This is a rather interesting bug which occurs when the ""transfer
completed"" is received on the control socket before the data is
actually received completely on the data socket.
- Socket dataAvailable may be true without actual bytes available.
SocketStream now handles this correctly by trying to read possibly
available data."!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: networkFixes.cs.gz
Type: application/octet-stream
Size: 1424 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030723/1b6dc2d4/networkFixes.cs.obj


More information about the Squeak-dev mailing list