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

fix : retry redirect to AlreadyVisitedUrl will loop error #812

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Shinku-Chen
Copy link

@Shinku-Chen Shinku-Chen commented Apr 8, 2024

Resolve the issue of retrying redirectable connections, where the link has already been visited, resulting in the error "AlreadyVisitedUrl".

This change cannot avoid the "AlreadyVisitedUrl" error caused by the initial visit, but primarily addresses the "AlreadyVisitedUrl" error caused by retries, reducing the error loop caused by blind retries.


解决retry可以redirect的连接,但该redirect的链接已经被访问,导致返回AlreadyVisitedUrl错误问题
本次改变无法避免初次访问导致的AlreadyVisitedUrl错误,但主要解决retry导致的AlreadyVisitedUrl错误,减少无脑retry导致的错误循环

#805

@Shinku-Chen Shinku-Chen changed the title retry redirect to AlreadyVisitedUrl will loop error fix : retry redirect to AlreadyVisitedUrl will loop error Apr 8, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant