Bug 931249 - Patch 7 - Call Done() after Succeed() when cache and network match. r=bkelly

This commit is contained in:
Nikhil Marathe
2015-03-19 15:03:49 -07:00
parent d56792002e
commit 37f52fe27f

View File

@@ -597,6 +597,7 @@ public:
if (aInCacheAndEqual) {
Succeed();
Done(NS_OK);
return;
}