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

Move Async::HTTP::RelativeLocation to Async::HTTP::Middleware::LocationRedirector. #174

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Aug 14, 2024

The scope of the implementation has changed.

Types of Changes

  • Maintenance.

Contribution

@ioquatix ioquatix force-pushed the rename-relative-location branch from b0795d7 to 0e17401 Compare August 14, 2024 02:24
@ioquatix ioquatix merged commit e8d1b82 into main Aug 14, 2024
31 of 40 checks passed
@ioquatix ioquatix deleted the rename-relative-location branch August 14, 2024 02:30
# The request body was already rewindable, so use it as is:
body = request.body
else
# The request body was not rewindable, and we might need to resubmit it if we get a response status of 307 or 308, so make it rewindable:
Copy link
Contributor

Choose a reason for hiding this comment

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

These comments are really good!

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.

2 participants