CVS: cvs.openbsd.org: src

Nicholas Marriott <[email protected]> Tue, 4 Aug 2026 05:18:22 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/08/04 05:18:22

Modified files:
	usr.bin/tmux   : control.c server-client.c 

Log message:
Do not attempt to drain write buffer on stuck clients, since it requires
a weird dance to make libevent do it. Instead, just ignore the client
and destroy the buffer normally if not drained in 10 seconds.