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

Unified Diff: lib/client.js

Issue 10233013: Crawler, second version (Closed)
Patch Set: Created April 12, 2013, 1:38 p.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 | « lib/browser.js ('k') | lib/command_line.js » ('j') | no next file with comments »
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 | « lib/browser.js ('k') | lib/command_line.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld