From 10f0d240a56e33acf78dae93fa6f71387f2e2af2 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 28 Oct 2020 15:23:15 +0000 Subject: Revert "Redfish Session : Support ClientOriginIPAddress" This reverts commit e436008377fbcf287be02c9e9e1b59c6627d7673. Reason for revert: This breaks several things. 1. Not all login endpoints are handled, which lead to returning blank ip addresses 2. IP addresses are not persisted. 3. This crashes occasionally on remote_endpoint, and ignores ec. Change-Id: I58c875721cf48bf02db833c9c57a9eead5e249d5 --- http/http_request.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'http/http_request.hpp') diff --git a/http/http_request.hpp b/http/http_request.hpp index d9d6cf723c..e5c0c9e982 100644 --- a/http/http_request.hpp +++ b/http/http_request.hpp @@ -4,7 +4,6 @@ #include "sessions.hpp" #include -#include #include #include #include @@ -25,7 +24,6 @@ struct Request const std::string& body; boost::asio::io_context* ioService{}; - boost::asio::ip::address ipAddress; std::shared_ptr session; -- cgit v1.2.3