Skip to content
Commit fab4ebc8 authored by Matthew Barnes's avatar Matthew Barnes
Browse files

Bug 705206 - Stale "Retrieving message xxx" in preview panel

A client application cancelling an operation should not terminate the
parser thread.  The parser thread completes the operation even if the
client is no longer interested in the result.  The parser thread loop
must only be broken out of on an I/O error, parsing error, the server
hanging up, or application shutdown.
parent 239e1965
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment