d8ef186 - When returning results from a cache we should always return finished in

Authored and Committed by rhughes 15 years ago
    - When returning results from a cache we should always return finished in
        an idle loop so we can block and wait for a response
    - This fixes the bug where if you have two GetUpdates in the queue the
        second would hang waiting for the first, even though it had already
        finished.
    
        
file modified
+11 -1