• J
    rpc: Fix handling of non-blocking calls that could not be sent · 78965a33
    Jiri Denemark 提交于
    When virNetClientIOEventLoop is called for a non-blocking call and not
    even a single byte can be sent from this call without blocking, we
    properly reported that to the caller which properly frees the call. But
    we never removed the call from a call queue.
    78965a33
virnetclient.c 46.4 KB