mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Init life_ data member from Connection class
This commit is contained in:
parent
9217329239
commit
30f108ce99
@ -229,7 +229,7 @@ namespace crow
|
||||
HTTPParser<Connection> parser_;
|
||||
response res;
|
||||
|
||||
int life_;
|
||||
int life_ {};
|
||||
bool close_connection_ = false;
|
||||
|
||||
const std::string& server_name_;
|
||||
|
Loading…
Reference in New Issue
Block a user