Skip to content

Commit

Permalink
remoteIpAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu007-creator committed Aug 14, 2021
1 parent 0f2b231 commit 6ebea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crow/http_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ namespace crow
req_ = std::move(parser_.to_request());
request& req = req_;

req.remoteIpAddress = adaptor_.remote_endpoint().address().to_string();
req.remote_ip_address = adaptor_.remote_endpoint().address().to_string();

if (parser_.check_version(1, 0))
{
Expand Down

0 comments on commit 6ebea5c

Please sign in to comment.