rbren / rss-parser

A lightweight RSS parser, for Node and the browser
MIT License
1.38k stars 209 forks source link

Parser throws on 304s #225

Open humphd opened 2 years ago

humphd commented 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?

If not, why throw on a 304?