Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RETRY_HTTP_CODES is not taken into account #56

Open
caffeinatedMike opened this issue Feb 16, 2021 · 0 comments
Open

RETRY_HTTP_CODES is not taken into account #56

caffeinatedMike opened this issue Feb 16, 2021 · 0 comments

Comments

@caffeinatedMike
Copy link

I'm using this middleware to rotate some proxies for a specific spider where I have a RETRY_HTTP_CODES defined in the spider's custom_settings dictionary. However, it seems this middleware is not respecting that list of http codes. For example, in the list I have the http code 403. Normally, when this http code is returned the request is retried. Shouldn't we have this middleware inherit that same behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant