Open humphd opened 2 years ago
We're getting errors when a feed is returning 304s, which seems to come from https://github.com/rbren/rss-parser/blob/master/lib/parser.js#L87
I'm wondering if this was actually meant to be >= 400?
>= 400
If not, why throw on a 304?
We're getting errors when a feed is returning 304s, which seems to come from https://github.com/rbren/rss-parser/blob/master/lib/parser.js#L87
I'm wondering if this was actually meant to be
>= 400
?If not, why throw on a 304?