Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Shared/PluginHttpRequest.cpp

Issue 9451102: Filterlists downloads changes (Closed)
Patch Set: Created Feb. 28, 2013, 10:32 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Shared/PluginClassThread.cpp ('k') | Shared/PluginSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/PluginHttpRequest.cpp
===================================================================
--- a/Shared/PluginHttpRequest.cpp
+++ b/Shared/PluginHttpRequest.cpp
@@ -188,7 +188,7 @@
m_responseFile->SetInitialChecksumString(m_script);
bool isValidResponse = m_responseFile->ReadString(m_responseText);
- if (isValidResponse && m_responseFile->IsValidChecksum())
+ if (isValidResponse)
{
CPluginIniFile::TSectionData status = m_responseFile->GetSectionData(_T("Status"));
CPluginIniFile::TSectionData::iterator it;
« no previous file with comments | « Shared/PluginClassThread.cpp ('k') | Shared/PluginSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld