Makes m_clientIpAddress a shared pointer

This commit is contained in:
Felipe Zimmerle
2019-01-22 14:52:18 -03:00
parent 196adcae23
commit 8df35deadb
4 changed files with 10 additions and 10 deletions

View File

@@ -390,7 +390,7 @@ class Transaction : public TransactionAnchoredVariables {
/**
* Holds the client IP address.
*/
std::string m_clientIpAddress;
std::shared_ptr<std::string> m_clientIpAddress;
/**
* Holds the HTTP version: 1.2, 2.0, 3.0 and so on....