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

Unified Diff: lib/client.js

Issue 8492018: abpcrawler: Collect unmatched filters (Closed)
Patch Set: Created Oct. 2, 2012, 5:01 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 | « no previous file | lib/crawler.js » ('j') | lib/crawler.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/client.js
===================================================================
--- a/lib/client.js
+++ b/lib/client.js
@@ -35,7 +35,7 @@
});
};
-Client.sendCrawlerDataFile = function(backendUrl, dataFilePath, callback)
+Client.sendRequestsFile = function(backendUrl, requestsFilePath, callback)
{
- postFile(backendUrl + "/crawlerData", dataFilePath, callback);
+ postFile(backendUrl + "/crawlerRequests", requestsFilePath, callback);
};
« no previous file with comments | « no previous file | lib/crawler.js » ('j') | lib/crawler.js » ('J')

Powered by Google App Engine
This is Rietveld