Fix queueing-up unhandled messages without pushback
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Mar 2020 21:12:01 +0000 (17:12 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Mar 2020 21:16:06 +0000 (17:16 -0400)
by skipping sleep when there're open FDs (which can be written to during
sleep).

While this doesn't grow the queue, this still prevents pushback by
allowing data to be written before reader can reach EOF.


No differences found
This page took 0.030757 seconds and 4 git commands to generate.