From 24c193233ddf29cd9f0ccf6f1914db85aa9b5dc7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 2 Jan 2013 12:46:20 +0100 Subject: [PATCH] enable http keepalive again, it seems to work properly now --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index f61574f..100e285 100644 --- a/main.c +++ b/main.c @@ -158,7 +158,7 @@ static void init_defaults(void) { conf.script_timeout = 60; conf.network_timeout = 30; - conf.http_keepalive = 0; /* fixme */ + conf.http_keepalive = 20; conf.max_requests = 3; conf.realm = "Protected Area"; conf.cgi_prefix = "/cgi-bin"; -- 2.11.0