aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/http/icnet_http_client_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'icnet/http/icnet_http_client_connection.h')
-rw-r--r--icnet/http/icnet_http_client_connection.h4
1 files changed, 3 insertions, 1 deletions
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<HTTPResponse> response_;
transport::ConsumerSocket consumer_;
+
std::unique_ptr<boost::asio::steady_timer> timer_;
+
+ std::shared_ptr<HTTPResponse> response_;
};
} // end namespace http