curb
curb copied to clipboard
on_redirect called always?
I'm not getting it, why would on_redirect be called only if follow_location is false? I expect it to be called always if there's a redirection. #268
How do I do that? Any idea?
Pretty sure it is called if there is a 30x response code
Added a work around for this to call on_redirect when we finish and redirect_count is greater than 0.