From: Brian P. <br...@us...> - 2007-02-01 23:29:04
|
CVSROOT: /cvsroot/vncproxy Module name: vncproxy Repository: vncproxy/src/ Changes by: br...@sc....(none) 07/02/01 15:29:04 Log message: In aio_process_output(), clear the socket's FD if there was nothing to send. Before, we could get into a situation where an FD would get "stuck on" despite nothing to send on the FD. Seemed to occur in conjuction with broken-pipe conditions. Modified files: vncproxy/src/: async_io.c Revision Changes Path 1.6 +10 -2 vncproxy/src/async_io.c |