summaryrefslogtreecommitdiffstats
path: root/src/web/server/h2o/http_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/server/h2o/http_server.c')
-rw-r--r--src/web/server/h2o/http_server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/server/h2o/http_server.c b/src/web/server/h2o/http_server.c
index 96bc91192..a079c6afe 100644
--- a/src/web/server/h2o/http_server.c
+++ b/src/web/server/h2o/http_server.c
@@ -363,8 +363,6 @@ void *h2o_main(void *ptr) {
h2o_pathconf_t *pathconf;
h2o_hostconf_t *hostconf;
- netdata_thread_disable_cancelability();
-
const char *bind_addr = config_get(HTTPD_CONFIG_SECTION, "bind to", "127.0.0.1");
int bind_port = config_get_number(HTTPD_CONFIG_SECTION, "port", 19998);