mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-01-25 16:16:16 +00:00
testing requests from the server
This commit is contained in:
parent
b18a058a7a
commit
ba53e91b2e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user