max-mapper/nugget

errror on 300 or higher,

calvinmetcalf opened this issue · 3 comments

the only time you'd care about a 300-399 would be a 304 right? (maybe a 300 but I don't see that one very often), upon first read it sounded like I had to do manual redirects.

yea you're probably right here, I think the status code handling could be better for sure

update: it uses request which handles most redirects for you. but if request returns a >299 statusCode to the final callback then nugget will stop. open to suggestions on better behavior

oh I was just going to suggest updating the readme

On Mon, Oct 20, 2014 at 12:04 AM, Max Ogden notifications@github.com
wrote:

update: it uses request which handles most redirects for you. but if
request returns a >299 statusCode to the final callback then nugget will
stop. open to suggestions on better behavior


Reply to this email directly or view it on GitHub
#1 (comment).

-Calvin W. Metcalf