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

Updated ActionDispatch::Request.remote_ip= #37384

Merged
merged 1 commit into from Oct 6, 2019

Conversation

normprovost
Copy link
Contributor

Summary

Updated the setter to clear the value in the @remote_ip instance
variable before setting the header that the value is derived from in the
getter.

Related open issue: #37383

Updated the setter to clear the value in the `@remote_ip` instance
variable before setting the header that the value is derived from in the
getter.
@rails-bot rails-bot bot added the actionpack label Oct 6, 2019
@normprovost
Copy link
Contributor Author

investigating failing tests

@eugeneius
Copy link
Member

The test failure was unrelated; I've seen it on other recent PRs too (e.g. https://buildkite.com/rails/rails/builds/64171#035ba22b-27b7-4455-9005-1eca0ba30c08).

I retried the job and it passed.

@kaspth kaspth merged commit 731859f into rails:master Oct 6, 2019
@kaspth
Copy link
Contributor

kaspth commented Oct 6, 2019

Sweet, thanks!

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.

None yet

3 participants