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 redirects ignoring AllowURLRevisit=false #681

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

WGH-
Copy link
Collaborator

@WGH- WGH- commented Feb 1, 2022

This commit introduces a breaking change: ErrAlreadyVisited is replaced
with AlreadyVisitedError, which allows the user to know the redirect
destination, which might not match the URL passed to Visit when multiple
redirects are followed.

See #405

Currently draft because it's based on code cleanup made in #678

This commit introduces a breaking change: ErrAlreadyVisited is replaced
with AlreadyVisitedError, which allows the user to know the redirect
destination, which might not match the URL passed to Visit when multiple
redirects are followed.

See gocolly#405
@WGH- WGH- marked this pull request as ready for review March 10, 2022 17:16
@WGH-
Copy link
Collaborator Author

WGH- commented Mar 10, 2022

No longer draft thanks to #678 being merged.

@WGH- WGH- requested a review from asciimoo July 6, 2022 00:01
Copy link
Member

@asciimoo asciimoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@asciimoo asciimoo merged commit 5965217 into gocolly:master Jul 6, 2022
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

2 participants