aboutsummaryrefslogtreecommitdiffstats
path: root/http-server/icn_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'http-server/icn_response.cc')
-rw-r--r--http-server/icn_response.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/http-server/icn_response.cc b/http-server/icn_response.cc
index 241eda51..9741556b 100644
--- a/http-server/icn_response.cc
+++ b/http-server/icn_response.cc
@@ -32,6 +32,7 @@ void IcnResponse::send(const SendCallback &callback) {
this->publisher_->publishContent(boost::asio::buffer_cast<const uint8_t *>(this->streambuf_.data()),
buffer_size,
+ this->response_lifetime_,
this->response_id_,
this->is_last_);