I think I might havefinally fixed the rsync hanging bug. It was caused
authorAndrew Tridgell <tridge@samba.org>
Mon, 20 Jul 1998 05:36:25 +0000 (05:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 20 Jul 1998 05:36:25 +0000 (05:36 +0000)
commitc46ded46212c2ea55e43ec661b5a724718a63ec2
treee3fd43e0ae833ea6d1981c8962282f9d30f2f5ad
parent8cd9fd4e8c293047162784ae08c12be3636b9353
I think I might havefinally fixed the rsync hanging bug. It was caused
by a read during an io_flush() triggered during a readfd(). A simple
logic bug in the io code :(
io.c
rsync.c
socket.c
util.c