http_connection: initialize task_id_

This commit is contained in:
okaestne 2022-10-30 02:43:45 +02:00
parent 323a7cb48f
commit 5543276c4e
No known key found for this signature in database
GPG Key ID: 06A81B143EA9588F
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ namespace crow
std::string date_str_;
std::string res_body_copy_;
detail::task_timer::identifier_type task_id_;
detail::task_timer::identifier_type task_id_{};
bool is_reading{};
bool is_writing{};