aboutsummaryrefslogtreecommitdiffstats
path: root/http_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'http_connection.h')
-rw-r--r--http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_connection.h b/http_connection.h
index b90d5ed..4d39641 100644
--- a/http_connection.h
+++ b/http_connection.h
@@ -229,7 +229,7 @@ namespace crow
HTTPParser<Connection> parser_;
response res;
- int life_;
+ int life_ {};
bool close_connection_ = false;
const std::string& server_name_;