aboutsummaryrefslogtreecommitdiffstats
path: root/http_server.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-05-02 18:22:02 +0900
committeripknHama <ipknhama@gmail.com>2014-07-09 14:08:02 +0900
commit23f9b528586610c43be8bccbe50e978afd47dfec (patch)
treef124d0f19990bf94ff2f79520ad7df50780468ea /http_server.h
parent31d2e07bc2e8660f6a8e4fe5f29b5d3b9e275ed1 (diff)
downloadcrow-23f9b528586610c43be8bccbe50e978afd47dfec.tar.gz
crow-23f9b528586610c43be8bccbe50e978afd47dfec.zip
fix old naming, check for host header
Diffstat (limited to 'http_server.h')
-rw-r--r--http_server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/http_server.h b/http_server.h
index aa3124e..6cf8f4f 100644
--- a/http_server.h
+++ b/http_server.h
@@ -69,8 +69,7 @@ namespace crow
boost::asio::signal_set signals_;
Handler* handler_;
-
- uint16_t concurrency_ = {1};
+ uint16_t concurrency_{1};
std::string server_name_ = "Crow/0.1";
uint16_t port_;
};