You need to sign in or sign up before continuing.
  • D
    Fix handling of stream EOF · 43b72922
    Daniel P. Berrange 提交于
    Very occasionally the sequence of events from poll would result
    in getting a HANGUP on its own, instead of a HANGUP+READABLE
    at the same time. In the former case we would send back an error
    event to the client, but never send the empty packet to indicate
    EOF.
    (cherry picked from commit 1d46b2e9)
    43b72922
stream.c 22.4 KB