sync: take 2 at aborting active HTTP requests.
Original issue is codereview.chromium.org/7792022. Problem was a race between Connection destruction and TerminateAllIO. If TerminateAllIO won the race, it would call Abort() on a Connection object *after* the BridgedConnection destructor had run, while ~Connection was waiting on the termination lock. This would cause a purecall exception. BUG=93829, 19757 TEST=SyncAPIServerConnectionManagerTest, integration tests Review URL: http://codereview.chromium.org/7841013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99874 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
Please register or sign in to comment