handle http status codes properly
alaa - October 21, 2007 - 12:25
| Project: | FooAggregator RSS aggregator. |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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.
