• D
    Fix busy-wait loop on closed file descriptor · c5d1a995
    Daniel P. Berrange 提交于
    When closing open streams after a client quits, the event
    callback was not removed. This mean that poll() was using
    a closed FD and returning POLLNVAL in a busy-wait loop.
    
    * daemon/stream.c: Disconnect stream callbacks
    c5d1a995
stream.c 16.7 KB