scrapy-proxies
scrapy-proxies copied to clipboard
Fix bug with anonymous proxy
If anonymous proxy provided, process_request
function doesn't apply proxy to request. Bug fixed by applying proxy in any way. Don't take proxy_user_pass
variable into account
I just confirmed it, it actually works fixing the bug
@aivarsk Merge?