aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index db069c3..212f1cd 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -487,7 +487,7 @@ namespace crow
bool is_reading{};
bool is_writing{};
- bool need_to_call_after_handlers_;
+ bool need_to_call_after_handlers_{};
bool need_to_start_read_after_complete_{};
bool add_keep_alive_{};