aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2015-01-19 18:59:55 +0900
committerJaeseung Ha <ipknhama@gmail.com>2015-01-19 18:59:55 +0900
commitb5942c4dda628e1b697a7bddd153e0988b253367 (patch)
tree77b29b8cc673d8d2d4d88bbf9848e82254f37e64 /include
parente27de5edac09044b97d077e364bd5f8a5a30909a (diff)
downloadcrow-b5942c4dda628e1b697a7bddd153e0988b253367.tar.gz
crow-b5942c4dda628e1b697a7bddd153e0988b253367.zip
add member initialization:
need_to_call_after_handlers_
Diffstat (limited to 'include')
-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_{};