Init life_ data member from Connection class

This commit is contained in:
Alex Butum 2014-07-08 10:50:32 +03:00
parent 9217329239
commit 30f108ce99

View File

@ -229,7 +229,7 @@ namespace crow
HTTPParser<Connection> parser_;
response res;
int life_;
int life_ {};
bool close_connection_ = false;
const std::string& server_name_;