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 X-Forwarded-For support #373

Merged
merged 1 commit into from
Jun 13, 2018
Merged

Conversation

bclozel
Copy link
Member

@bclozel bclozel commented Jun 12, 2018

The "X-Forwarded-For" request header is about the remote host
information, not the server host information.

The "X-Forwarded-For" request header is about the remote host
information, not the server host information.
@codecov-io
Copy link

Codecov Report

Merging #373 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #373   +/-   ##
=========================================
  Coverage     64.53%   64.53%           
  Complexity     1172     1172           
=========================================
  Files           115      115           
  Lines          5510     5510           
  Branches        703      703           
=========================================
  Hits           3556     3556           
  Misses         1559     1559           
  Partials        395      395
Impacted Files Coverage Δ Complexity Δ
...java/reactor/netty/http/server/ConnectionInfo.java 93.22% <100%> (ø) 21 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91f45dc...fcd31e8. Read the comment docs.

@simonbasle simonbasle merged commit a9fba51 into reactor:master Jun 13, 2018
@simonbasle simonbasle added this to the 0.8.0.M1 milestone Jun 13, 2018
@violetagg violetagg mentioned this pull request Jun 13, 2018
24 tasks
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.

3 participants