gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] sockets file operations don't terminate, lack of read sequen


From: Yale Zhang
Subject: [Gcl-devel] sockets file operations don't terminate, lack of read sequence, write-sequence
Date: Tue, 30 May 2006 17:09:37 +0000

Hi. I am new to gcl and noticed my simple web page retrieval function doesn't work as intended because (read-line stream nil nil) on the two way stream returned by si::socket doesn't return nil after eof but "" instead (read-byte does return -1 however).  The second problem is the lack of read-sequence and write-sequence when building the ANSI compliant gcl. Both of these problems happen in both version 2.6.7 and 2.7.0. Are these problems I should fix or are they intentional?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]