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

HTTPClient based redirect check #56

Merged
merged 8 commits into from
Jan 6, 2024
Merged

Conversation

finestructure
Copy link
Member

@finestructure finestructure commented Jan 5, 2024

More consolidation & cleanup.

We had two different ways of checking for redirects, a HTTPClient based one and a URLSession based one. This moves to a single one and starts the transition towards async/await conversion.

This is ready for review but I'm leaving it in "draft" to let at least one more nightly run with all of today's earlier changes before we deploy this (which a merge does automatically).

@cla-bot cla-bot bot added the cla-signed label Jan 5, 2024
@finestructure finestructure changed the title Client based redirect HTTPClient based redirect check Jan 5, 2024
@finestructure finestructure marked this pull request as draft January 5, 2024 16:25
@finestructure
Copy link
Member Author

Last night's validation went fine, merging this now.

@finestructure finestructure marked this pull request as ready for review January 6, 2024 11:43
@finestructure finestructure merged commit ea6592d into main Jan 6, 2024
3 checks passed
@finestructure finestructure deleted the client-based-redirect branch January 6, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants