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?