Bug 1332213 - Store the update stream duplicately in v2 protocol parser. r=francois.
MozReview-Commit-ID: dPbvro5xIa
This commit is contained in:
@@ -142,6 +142,9 @@ ProtocolParserV2::AppendStream(const nsACString& aData)
|
||||
|
||||
nsresult rv;
|
||||
mPending.Append(aData);
|
||||
#ifdef MOZ_SAFEBROWSING_DUMP_FAILED_UPDATES
|
||||
mRawUpdate.Append(aData);
|
||||
#endif
|
||||
|
||||
bool done = false;
|
||||
while (!done) {
|
||||
|
||||
Reference in New Issue
Block a user