Oct. 2, 2009
3:16 a.m.
I'm try to launch FastCGI for Seaside. And there is a question.
From socket stream reads some byte sequence which wraped by ReadStream on which reading operations is continued. In some place called unit24 message, which sends bitShift: message. But from stream returned not an Integer but Character, which dosnt have an bitShift: method. What i'm missed? is there should be special calls to made stream binary?