enable http keepalive again, it seems to work properly now
authorFelix Fietkau <nbd@openwrt.org>
Wed, 2 Jan 2013 11:46:20 +0000 (12:46 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 2 Jan 2013 11:46:20 +0000 (12:46 +0100)
main.c

diff --git a/main.c b/main.c
index f61574f..100e285 100644 (file)
--- a/main.c
+++ b/main.c
@@ -158,7 +158,7 @@ static void init_defaults(void)
 {
        conf.script_timeout = 60;
        conf.network_timeout = 30;
 {
        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";
        conf.max_requests = 3;
        conf.realm = "Protected Area";
        conf.cgi_prefix = "/cgi-bin";