aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http-server/icn_response.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-server/icn_response.cc b/http-server/icn_response.cc
index 630ee001..ab2d0915 100644
--- a/http-server/icn_response.cc
+++ b/http-server/icn_response.cc
@@ -31,7 +31,7 @@ void IcnResponse::send(const SendCallback &callback) {
this->publisher_->publishContent(boost::asio::buffer_cast<const uint8_t *>(this->streambuf_.data()),
buffer_size,
- std::chrono::milliseconds(100000),
+ response_lifetime_,
this->response_id_,
this->is_last_);