From b5942c4dda628e1b697a7bddd153e0988b253367 Mon Sep 17 00:00:00 2001 From: Jaeseung Ha Date: Mon, 19 Jan 2015 18:59:55 +0900 Subject: add member initialization: need_to_call_after_handlers_ --- include/http_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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_{}; -- cgit v1.2.3-54-g00ecf