From c7ed36c1834cc0a73a977966bfb904613e30059a Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 14 Dec 2004 21:35:23 +0000 Subject: [PATCH] CHANGES: Update uclnt: Continue write on EWOULDBLOCK, TODO: use select(), or, at least, implement a timeout --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index f9f6ec1b..0f478605 100644 --- a/CHANGES +++ b/CHANGES @@ -186,3 +186,5 @@ o YThread: now logging pthread_self() on entering thread o misc: added pthread_self_str() o YStopWatchThreadList: fixed generate_function_timer to work with SuSE 9.1 sed o usrv: bugfix, server not quitting anylonger after termination of child +o uclnt: now continuing write on EWOULDBLOCK, TODO: use select(), or, at least, + implement a timeout