Skip to content
Commit dbcfdfeb 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.

(cherry picked from commit fab4ebc8)
parent 1a8c442f
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