aboutsummaryrefslogtreecommitdiffstats
path: root/include/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_server.h')
-rw-r--r--include/http_server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/http_server.h b/include/http_server.h
index 377a939..e7d9f4f 100644
--- a/include/http_server.h
+++ b/include/http_server.h
@@ -12,7 +12,6 @@
#include "http_connection.h"
#include "logging.h"
#include "dumb_timer_queue.h"
-#include "settings.h"
namespace crow
{
@@ -163,7 +162,7 @@ namespace crow
Handler* handler_;
uint16_t concurrency_{1};
- std::string server_name_ = CROW_SERVER_NAME;
+ std::string server_name_ = "Crow/0.1";
uint16_t port_;
unsigned int roundrobin_index_{};