From 9b35eadcca5b19078c55a10e68abeace81cf032c Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 16 Feb 2018 17:43:34 +0100 Subject: Improvements for HTTP messages processing Change-Id: I7274a4ace481cc468c1844d1278e2905721c128f Signed-off-by: Mauro Sardara --- icnet/http/icnet_http_client_connection.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'icnet') diff --git a/icnet/http/icnet_http_client_connection.h b/icnet/http/icnet_http_client_connection.h index ae52aa3e..b4f8fcc3 100644 --- a/icnet/http/icnet_http_client_connection.h +++ b/icnet/http/icnet_http_client_connection.h @@ -55,9 +55,11 @@ class HTTPClientConnection { void processLeavingInterest(transport::ConsumerSocket &c, const transport::Interest &interest, std::string &payload); - std::shared_ptr response_; transport::ConsumerSocket consumer_; + std::unique_ptr timer_; + + std::shared_ptr response_; }; } // end namespace http -- cgit 1.2.3-korg