summaryrefslogtreecommitdiff
path: root/http/http_connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_connection.hpp')
-rw-r--r--http/http_connection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_connection.hpp b/http/http_connection.hpp
index c64d511925..175912d577 100644
--- a/http/http_connection.hpp
+++ b/http/http_connection.hpp
@@ -364,7 +364,7 @@ class Connection :
res.keepAlive(keepAlive);
completeResponseFields(*req, res);
-
+ res.addHeader(boost::beast::http::field::date, getCachedDateStr());
if (!isAlive())
{
res.setCompleteRequestHandler(nullptr);