Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better description for remote_address method
  • Loading branch information
kraih committed Aug 27, 2014
1 parent 9614de4 commit a8aec73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Transaction.pm
Expand Up @@ -252,8 +252,8 @@ Resume transaction.
$tx = $tx->remote_address('127.0.0.1');
Same as L</"original_remote_address"> or the last value of the
C<X-Forwarded-For> header if L<Mojo::Message::Request/"reverse_proxy"> is
true.
C<X-Forwarded-For> header if L</"req"> has been performed through a reverse
proxy.
=head2 server_close
Expand Down

0 comments on commit a8aec73

Please sign in to comment.