testing requests from the server

This commit is contained in:
Martin Donnelly 2017-07-19 01:39:55 +01:00
parent b18a058a7a
commit ba53e91b2e

View File

@ -94,7 +94,7 @@ RssBraider.prototype.processFeed = function(feed_name, format, callback)
var req = request(newReq);
req.on('error', function (error) {
self.logger.error(error);
self.logger.warn(error);
});
req.on('response', function (res) {