lua-users home
lua-l archive

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


On 3/2/07, Javier Guerra <javier@guerrag.com> wrote:
so, if the server closes the stream you can still send data; and if it calls
read(), will get it.  only when the second part (the client, in your case)
calls close() too, is the whole stream finished.

Not so on Windows