Posted by alaa on October 21, 2007 at 12:25pm
| Project: | FooAggregator RSS aggregator. |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
we need to check http status codes and respond accordingly.
ie if we get a 301 modify feed url, 410 we should stop grabbing the feed, 404s should be logged etc.
our current parser implementation forces each parser to deal with these issues on it's own, this will lead to code duplication so we should consider refactoring.